Skip to content

Commit caaa86c

Browse files
Update test/integration/gridfs/gridfs.spec.test.ts
1 parent a500649 commit caaa86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/gridfs/gridfs.spec.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import { runUnifiedSuite } from '../../tools/unified-spec-runner/runner';
33

44
describe('GridFS Unified Tests', function () {
55
runUnifiedSuite(loadSpecTests('gridfs'), ({ description }) => {
6-
return description === 'download when final chunk is missing' ? `TODO(NODE-xxxx)` : false;
6+
return description === 'download when final chunk is missing' ? `TODO(NODE-6279): throw a missing chunk error when last chunk is missing` : false;
77
});
88
});

0 commit comments

Comments
 (0)