Merge pull request #1120 from lirantal/bugfix/logger_assertions_fix

fix(tests) fixing assertion test for logger which failed
This commit is contained in:
Liran Tal
2015-12-29 00:43:28 +02:00

View File

@@ -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 () {