Skip to content

Commit

Permalink
Fixes test-get-cache test for new behaviour (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
dresende committed Mar 15, 2013
1 parent 0ab0d24 commit 473a6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test-get-cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ common.createConnection(function (err, db) {
assert.equal(err, null);
assert.equal(typeof Instance2, "object");
assert.equal(Instance2.id, 1);
assert.equal(Instance2.name, 'test1');
assert.equal(Instance2.name, 'test'); // not saved
db.close();
});
});
Expand Down

0 comments on commit 473a6f4

Please sign in to comment.