fix(tests) fixing assertion test for logger which failed on undefined variable

This commit is contained in:
Liran Tal
2015-12-28 10:24:32 +02:00
parent e6a8f0feaf
commit 0744ce5d96

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