Skip to content

Commit

Permalink
[test] Minor, fix to the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Dec 15, 2012
1 parent 9abff8c commit f4522b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mongodb.transport.test.js
Expand Up @@ -115,7 +115,7 @@ describe('mongodb.transport', function () {
logger.remove(MongoDB);

expect(log.type).equal('log');
expect(log).to.not.have.property('stamp');
expect(log).to.have.property('stamp');
expect(log.level).to.equal(Logger.levels[log.type]);
expect(Array.isArray(log.args)).to.equal(true);

Expand Down

0 comments on commit f4522b8

Please sign in to comment.