Skip to content

Commit 037af7a

Browse files
remove .only()
1 parent 2f91fea commit 037af7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/client-side-operations-timeout/node_csot.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async function waitForConnections(client: MongoClient, count: number): Promise<v
4343
return promise;
4444
}
4545

46-
describe.only('CSOT driver tests', metadata, () => {
46+
describe('CSOT driver tests', metadata, () => {
4747
describe('timeoutMS inheritance', () => {
4848
let client: MongoClient;
4949
let db: Db;

0 commit comments

Comments
 (0)