Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Mar 31, 2023
1 parent b08275c commit e64b5f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe('Connection', function () {
}
});

it.only('should support calling back multiple times on exhaust commands', {
it('should support calling back multiple times on exhaust commands', {
metadata: {
requires: { apiVersion: false, mongodb: '>=4.2.0', topology: ['single'] }
},
Expand Down

0 comments on commit e64b5f8

Please sign in to comment.