Skip to content

Commit

Permalink
chore: update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Jan 21, 2025
1 parent 0b7ba8c commit 1da872f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/crud/misc_cursors.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,7 @@ describe('Cursor', function () {
expect(cursor).to.have.property('closed', true);

const error = await rejectedEarlyBecauseClientClosed;
expect(error).to.be.null; // TODO: is this API or just "how it behaved at the time"
expect(error).to.be.null; // TODO(NODE-6632): This should throw again after the client signal aborts the in-progress next call
});

it('shouldAwaitData', {
Expand Down

0 comments on commit 1da872f

Please sign in to comment.