Skip to content

Commit

Permalink
FIxed test
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jan 31, 2011
1 parent c597575 commit d977b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/model.test.js
Expand Up @@ -2041,7 +2041,7 @@ module.exports = {
BlogPost.findById(doc._id, function (err, doc) {
should.strictEqual(err, null);

doc.title.should.be('woot');
doc.title.should.eql('woot');
db.close();
});
});
Expand Down

0 comments on commit d977b42

Please sign in to comment.