Skip to content

Commit

Permalink
fix failing tests by using simple remove fn
Browse files Browse the repository at this point in the history
  • Loading branch information
zemirco committed Apr 3, 2014
1 parent ec5a20b commit 8783a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ describe('lockit-mongodb-adapter', function() {
// remove users db
after(function(done) {

adapter.remove('username', 'john', done);
adapter.remove('john', done);

});

0 comments on commit 8783a9c

Please sign in to comment.