Skip to content

Commit 8ddd507

Browse files
committed
chore UGN-355 - fix prettier
1 parent 2f2adec commit 8ddd507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/steps/UploadStep/tests/UploadStep.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Providers } from "../../../components/Providers"
77
import { ModalWrapper } from "../../../components/ModalWrapper"
88

99
const MUTATED_RAW_DATA = "Bye"
10-
const ERROR_MESSAGE = 'Something happened'
10+
const ERROR_MESSAGE = "Something happened"
1111

1212
test("Upload a file", async () => {
1313
const file = new File(["Hello, Hello, Hello, Hello"], "test.csv", { type: "text/csv" })

0 commit comments

Comments
 (0)