Skip to content

Commit 50e008c

Browse files
committed
chore: go to jail
1 parent c0e96ee commit 50e008c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/benchmarks/driver_bench/src/driver.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export class DriverTester {
158158
const collection = db.collection(COLLECTION_NAME);
159159
await collection.drop().catch(() => null);
160160
await db.dropDatabase().catch(() => null);
161-
utilClient.close();
161+
await utilClient.close();
162162
}
163163

164164
async create() {

0 commit comments

Comments
 (0)