Skip to content

Commit 3e375e5

Browse files
committed
test(NODE-6858): run all tests
1 parent eec2054 commit 3e375e5

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
@@ -1833,7 +1833,7 @@ describe('Change Streams', function () {
18331833
});
18341834
});
18351835

1836-
describe.only('ChangeStream resumability', function () {
1836+
describe('ChangeStream resumability', function () {
18371837
let client: MongoClient;
18381838
let utilClient: MongoClient;
18391839
let collection: Collection;

0 commit comments

Comments
 (0)