Skip to content

Commit 00ccead

Browse files
committed
Fix linting
1 parent a26e7b2 commit 00ccead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/verification-input.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe("VerificationInput", () => {
6666

6767
await userEvent.type(screen.getByLabelText("verification input"), "012345");
6868

69-
expect(screen.getByTestId("container")).toHaveTextContent(/^\!\!\!\!\!\!$/);
69+
expect(screen.getByTestId("container")).toHaveTextContent(/^!!!!!!$/);
7070
});
7171

7272
it("should not allow placeholder character", async () => {

0 commit comments

Comments
 (0)