Skip to content

Commit

Permalink
Adds MongoDB Tests
Browse files Browse the repository at this point in the history
This commit adds a client test folder and a mongodb client test.

Signed-off-by: Lui de la Parra <[email protected]>
  • Loading branch information
Luidog committed Oct 28, 2018
1 parent 959bda3 commit 6ded912
Show file tree
Hide file tree
Showing 3 changed files with 1,004 additions and 12 deletions.
1 change: 0 additions & 1 deletion lib/clients/nedbclient.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ class NeDbClient extends DatabaseClient {
that._options
);
db.remove(query, options, function(error, numRemoved) {
console.log('error on remove', error)
if (error) return reject(error);
return resolve(numRemoved);
});
Expand Down
Loading

0 comments on commit 6ded912

Please sign in to comment.