Skip to content

Commit 7f942af

Browse files
committed
fix: tests
1 parent 585cd73 commit 7f942af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/helpers/server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const getConfiguredTestServer = () => {
2525
}
2626

2727
export const createMongoServer = async () =>
28-
MongoMemoryServer.create({
28+
await MongoMemoryServer.create({
2929
binary: {
3030
version: '6.0.15',
3131
},

0 commit comments

Comments
 (0)