Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
kevee committed Apr 30, 2024
1 parent 1bbbff2 commit 3f2d143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/__tests__/generate.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ describe('Generates records with every generator type', () => {
).toBeInTheDocument()
expect(
screen.getByRole('aside', { name: /preview for percent/i })
).toHaveTextContent(/\%/i)
).toHaveTextContent(/%/i)
await act(async () => {
userEvent.click(
screen.getByRole('button', { name: /generate random records/i })
Expand Down

0 comments on commit 3f2d143

Please sign in to comment.