Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
fix(tests) fixing assertion test for logger which failed on undefined…
Browse files Browse the repository at this point in the history
… variable
  • Loading branch information
lirantal committed Dec 28, 2015
1 parent e6a8f0f commit 0744ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/tests/server/core.server.config.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 0744ce5

Please sign in to comment.