Skip to content

Commit 5f2e229

Browse files
remove .only
1 parent 357cb5d commit 5f2e229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/connection-monitoring-and-pooling/connection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ describe('Connection', function () {
8383
}
8484
});
8585

86-
it.only('should support calling back multiple times on exhaust commands', {
86+
it('should support calling back multiple times on exhaust commands', {
8787
metadata: {
8888
requires: { apiVersion: false, mongodb: '>=4.2.0', topology: ['single'] }
8989
},

0 commit comments

Comments
 (0)