Skip to content

Commit 5fa79e9

Browse files
undefined i
1 parent 480b77d commit 5fa79e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/node-specific/abstract_cursor.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ describe('class AbstractCursor', function () {
476476
});
477477
});
478478

479-
describe('when the cursor refreshes the timeout for killCursors' + i, function () {
479+
describe('when the cursor refreshes the timeout for killCursors', function () {
480480
let uri: string;
481481

482482
before(function () {
@@ -505,7 +505,7 @@ describe('class AbstractCursor', function () {
505505
});
506506

507507
it(
508-
'the provided timeoutContext is not modified' + i,
508+
'the provided timeoutContext is not modified',
509509
{
510510
requires: {
511511
mongodb: '>=4.4',

0 commit comments

Comments
 (0)