Skip to content

Commit

Permalink
Update test/functional/abstract_cursor.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Adum <eric.adum@mongodb.com>
  • Loading branch information
mbroadst and emadum committed Nov 25, 2020
1 parent a68a164 commit bcb37b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/abstract_cursor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('AbstractCursor', function () {

context('#close', function () {
it(
'should a killCursors command when closed before completely iterated',
'should send a killCursors command when closed before completely iterated',
withClientV2(function (client, done) {
const commands = [];
client.on('commandStarted', filterForCommands(['killCursors'], commands));
Expand Down

0 comments on commit bcb37b0

Please sign in to comment.