mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-17 20:07:14 +01:00
Merge pull request #1120 from lirantal/bugfix/logger_assertions_fix
fix(tests) fixing assertion test for logger which failed
This commit is contained in:
@@ -438,7 +438,7 @@ describe('Configuration Tests:', function () {
|
||||
};
|
||||
|
||||
var options = logger.getOptions();
|
||||
options.should.deepEqual(config.log.options);
|
||||
should.deepEqual(options, config.log.options);
|
||||
});
|
||||
|
||||
it('should verify that a writable stream was created using the logger configuration', function () {
|
||||
|
||||
Reference in New Issue
Block a user