Skip to content

Commit

Permalink
test: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed May 31, 2022
1 parent 23e1f17 commit 7f8a788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/change_stream.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ChangeStreamCursor } from '../../src/change_stream';
import { MongoClient } from '../../src/mongo_client';
import { MongoDBNamespace } from '../../src/utils';

describe.only('ChangeStreamCursor', function () {
describe('ChangeStreamCursor', function () {
afterEach(function () {
sinon.restore();
});
Expand Down

0 comments on commit 7f8a788

Please sign in to comment.