Skip to content

Commit ef71b11

Browse files
committed
test(client-s3): fix test types
1 parent ae9d5e9 commit ef71b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/client-s3/test/unit/flexibleChecksums.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { describe, expect, test as it } from "vitest";
1212
import { ChecksumAlgorithm as Algo, S3 } from "../../src/index";
1313

1414
describe("Flexible Checksums", () => {
15-
const testCases = [
15+
const testCases: [string, string | undefined, string][] = [
1616
["", ChecksumAlgorithm.CRC32, "AAAAAA=="],
1717
["abc", ChecksumAlgorithm.CRC32, "NSRBwg=="],
1818
["Hello world", ChecksumAlgorithm.CRC32, "i9aeUg=="],

0 commit comments

Comments
 (0)