We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e96ee commit 50e008cCopy full SHA for 50e008c
test/benchmarks/driver_bench/src/driver.mts
@@ -158,7 +158,7 @@ export class DriverTester {
158
const collection = db.collection(COLLECTION_NAME);
159
await collection.drop().catch(() => null);
160
await db.dropDatabase().catch(() => null);
161
- utilClient.close();
+ await utilClient.close();
162
}
163
164
async create() {
0 commit comments