Skip to content

Commit 3336289

Browse files
mbroadstemadum
andauthored
Update test/functional/abstract_cursor.test.js
Co-authored-by: Eric Adum <[email protected]>
1 parent f9fc9e1 commit 3336289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/abstract_cursor.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('AbstractCursor', function () {
5050

5151
context('#close', function () {
5252
it(
53-
'should a killCursors command when closed before completely iterated',
53+
'should send a killCursors command when closed before completely iterated',
5454
withClientV2(function (client, done) {
5555
const commands = [];
5656
client.on('commandStarted', filterForCommands(['killCursors'], commands));

0 commit comments

Comments
 (0)