Skip to content

Commit 2bbe020

Browse files
added TODO(NODE-XXXX)
1 parent 5e67ee9 commit 2bbe020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/crud/crud.spec.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ describe('CRUD spec v1', function () {
425425
}
426426
});
427427

428-
// The Node driver does not have a Collection.modifyCollection helper.
428+
// TODO(NODE-5998) - The Node driver UTR does not have a Collection.modifyCollection helper.
429429
const SKIPPED_TESTS = ['findOneAndUpdate document validation errInfo is accessible'];
430430
describe('CRUD unified', function () {
431431
runUnifiedSuite(loadSpecTests(path.join('crud', 'unified')), ({ description }) =>

0 commit comments

Comments
 (0)