Skip to content

Commit 0a9c1bf

Browse files
committed
fixup: add missing waitForPrompt call
1 parent f783da4 commit 0a9c1bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/e2e-tests/test/e2e-bson.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ describe('BSON e2e', function () {
631631
shell = this.startTestShell({
632632
args: [await testServer.connectionString(), '--deepInspect=false'],
633633
});
634+
await shell.waitForPrompt();
634635
await shell.executeLine(`use ${dbName}`);
635636
const output = await shell.executeLine('db.coll.findOne()');
636637
checkForDeepOutput(output, false);

0 commit comments

Comments
 (0)