Skip to content

Commit f987428

Browse files
committed
Fixed: test name
1 parent db3d83a commit f987428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/files/DirectUpload.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ describe('Direct Upload', () => {
136136
expect(datasetFiles.files[0].storageIdentifier).toContain('localstack1://mybucket:')
137137
})
138138

139-
test('should upload file when there are multiple destination URLs', async () => {
139+
test('should upload file and add it to the dataset when there are multiple destination URLs', async () => {
140140
const destination = await createTestFileUploadDestination(
141141
multipartFile,
142142
testDataset2Ids.numericId

0 commit comments

Comments
 (0)