Skip to content

Commit 9fc2da2

Browse files
committed
test(NODE-6858): run all tests
1 parent cb164dc commit 9fc2da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/change-streams/change_stream.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ describe('Change Streams', function () {
20162016
});
20172017
});
20182018

2019-
describe.only('ChangeStream resumability', function () {
2019+
describe('ChangeStream resumability', function () {
20202020
let client: MongoClient;
20212021
let utilClient: MongoClient;
20222022
let collection: Collection;

0 commit comments

Comments
 (0)