Skip to content

Commit 11428ac

Browse files
committed
fix lint and broken test
1 parent 7a26461 commit 11428ac

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/utilities/letter-test-data/src/__test__/helpers/s3-helpers.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ describe("uploadFile", () => {
6565
Body: Buffer.from("fake-pdf-bytes"),
6666
ContentType: "application/pdf",
6767
Metadata: {
68-
"sha256hash": "50af8d443ccf8b2777b72a9169cd0665ef4be5335b8f53543556fa0d320b135b",
69-
}
68+
sha256hash:
69+
"50af8d443ccf8b2777b72a9169cd0665ef4be5335b8f53543556fa0d320b135b",
70+
},
7071
});
7172
});
7273

0 commit comments

Comments
 (0)