Skip to content

Commit 3d430c1

Browse files
committed
fix(MongoMemoryServer): ensureInstance: change logs to be consistent with others
1 parent a009693 commit 3d430c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mongodb-memory-server-core/src/MongoMemoryServer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,9 +623,9 @@ export class MongoMemoryServer extends EventEmitter {
623623
);
624624
}
625625

626-
log('ensureInstance: no running instance, calling `start()` command');
626+
log('ensureInstance: no running instance, calling "start()" command');
627627
await this.start();
628-
log('ensureInstance: `start()` command was succesfully resolved');
628+
log('ensureInstance: "start()" command was succesfully resolved');
629629

630630
// check again for 1. Typescript-type reasons and 2. if .start failed to throw an error
631631
if (!this._instanceInfo) {

0 commit comments

Comments
 (0)