Skip to content

Commit 1da872f

Browse files
committed
chore: update todo
1 parent 0b7ba8c commit 1da872f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/crud/misc_cursors.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1872,7 +1872,7 @@ describe('Cursor', function () {
18721872
expect(cursor).to.have.property('closed', true);
18731873

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

18781878
it('shouldAwaitData', {

0 commit comments

Comments
 (0)