mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-09 07:33:22 +02:00
fix(tests) fixing assertion test for logger which failed on undefined variable
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