Skip to content

Commit d1e4f01

Browse files
committed
chore: fix linter error
1 parent eb74de6 commit d1e4f01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -2140,7 +2140,7 @@ describe('ChangeStream resumability', function () {
21402140
});
21412141
});
21422142

2143-
context.only('#asyncIterator', function () {
2143+
context('#asyncIterator', function () {
21442144
for (const { error, code, message } of resumableErrorCodes) {
21452145
it(
21462146
`resumes on error code ${code} (${error})`,
@@ -2273,7 +2273,6 @@ describe('ChangeStream resumability', function () {
22732273
}
22742274
);
22752275
});
2276-
22772276
});
22782277
});
22792278

0 commit comments

Comments
 (0)