Skip to content

Commit d78ca69

Browse files
Gaetannodkz
authored andcommitted
docs(Readme): fix a typo
1 parent a498bef commit d78ca69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ const opts = { useMongoClient: true }; // remove this option if you use mongoose
396396
before(async () => {
397397
mongoServer = new MongoMemoryServer();
398398
const mongoUri = await mongoServer.getUri();
399-
await mongoose.connect(mongouri, opts);
399+
await mongoose.connect(mongoUri, opts);
400400
});
401401

402402
after(async () => {

0 commit comments

Comments
 (0)