Skip to content

Commit b00507c

Browse files
committed
chore: fix clean up
1 parent 5bf954d commit b00507c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/client-side-encryption/driver.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ describe('Client Side Encryption Functional', function () {
437437
afterEach(async function () {
438438
sinon.restore();
439439
const utilClient = this.configuration.newClient();
440-
utilClient
440+
await utilClient
441441
.db('admin')
442442
.command({ configureFailPoint: 'failCommand', mode: 'off' } as FailPoint);
443443
await utilClient.close();

0 commit comments

Comments
 (0)