We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a500649 commit caaa86cCopy full SHA for caaa86c
test/integration/gridfs/gridfs.spec.test.ts
@@ -3,6 +3,6 @@ import { runUnifiedSuite } from '../../tools/unified-spec-runner/runner';
3
4
describe('GridFS Unified Tests', function () {
5
runUnifiedSuite(loadSpecTests('gridfs'), ({ description }) => {
6
- return description === 'download when final chunk is missing' ? `TODO(NODE-xxxx)` : false;
+ return description === 'download when final chunk is missing' ? `TODO(NODE-6279): throw a missing chunk error when last chunk is missing` : false;
7
});
8
0 commit comments