Skip to content

Commit 3d1bf98

Browse files
committed
Fixed: lint issue
1 parent 7563c99 commit 3d1bf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/files/DirectUpload.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('Direct Upload', () => {
3434
let singlepartFile: File
3535
let multipartFile: File
3636

37-
const checksumAlgorithm: string = 'md5'
37+
const checksumAlgorithm = 'md5'
3838

3939
beforeEach(() => {
4040
jest.clearAllMocks()

0 commit comments

Comments
 (0)