Skip to content

Commit a880ecc

Browse files
remove .only
1 parent 3bef521 commit a880ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/server-selection/operation_count.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const disableFailPointCommand: FailPoint = {
3636
}
3737
};
3838

39-
describe.only('Server Operation Count Tests', function () {
39+
describe('Server Operation Count Tests', function () {
4040
let client: MongoClient;
4141
let collection: Collection<{ count: number }>;
4242
let cursor: AbstractCursor;

0 commit comments

Comments
 (0)