Skip to content

Commit afbe817

Browse files
remove stray only
1 parent a50e7b2 commit afbe817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { expect } from 'chai';
44
import { type TestConfiguration } from '../../tools/runner/config';
55
import { runScriptAndGetProcessInfo } from './resource_tracking_script_builder';
66

7-
describe.only('MongoClient.close() Integration', () => {
7+
describe('MongoClient.close() Integration', () => {
88
// note: these tests are set-up in accordance of the resource ownership tree
99

1010
let config: TestConfiguration;

0 commit comments

Comments
 (0)