Skip to content

Commit 766c475

Browse files
Update test/integration/node-specific/resource_clean_up.test.ts
Co-authored-by: Neal Beeken <[email protected]>
1 parent fb23a84 commit 766c475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/node-specific/resource_clean_up.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('Driver Resources', () => {
3232
}
3333
});
3434

35-
context.only('on MongoClient.close()', () => {
35+
context('on MongoClient.close()', () => {
3636
before('create leak reproduction script', async function () {
3737
if (globalThis.AbortController == null || typeof this.configuration.serverApi === 'string') {
3838
return;

0 commit comments

Comments
 (0)