Skip to content

Commit 76edde1

Browse files
committed
more eslint
1 parent 50c6726 commit 76edde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit-tests/db.tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ describe('Testing Simple database operations', function() {
244244
describe('Find and modify upsert:false,new:false', function() {
245245
runTest({"op": "findAndModify", query: { name: "test" }, "update": { $set: { name: "test2" } }, "options": { new: false }});
246246
});
247-
describe('Find and modify remove:true', function() {
247+
describe('Find and modify remove:true', function() {
248248
runTest({"op": "findAndModify", query: { _id: "aaaaa" }, "update": {}, "options": { remove: true }});
249249
});
250250
});

0 commit comments

Comments
 (0)