diff --git a/flowjs/flowjs-tests.ts b/flowjs/flowjs-tests.ts index 8bedad003..b89625b48 100644 --- a/flowjs/flowjs-tests.ts +++ b/flowjs/flowjs-tests.ts @@ -41,7 +41,7 @@ flowOptions.testMethod = ""; flowOptions.uploadMethod = ""; flowOptions.allowDuplicateUploads = true; flowOptions.prioritizeFirstAndLastChunk = true; -flowOptions.testchunks = true; +flowOptions.testChunks = true; flowOptions.preprocess = () => {}; flowOptions.initFileFn = () => {}; flowOptions.generateUniqueIdentifier = () => {};