Skip to content

Commit c1f3735

Browse files
author
Garret Meier
committed
test: use mongo 4
1 parent 58fa745 commit c1f3735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/db.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const MongoClient = require('mongodb');
44

55
function start() {
66
return new MongoMemoryServer({
7-
binary: { version: '3.6.13' },
7+
binary: { version: '4.0.12' },
88
});
99
}
1010

0 commit comments

Comments
 (0)