Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
loicguillois committed Nov 20, 2024
1 parent 6fd6463 commit 1941c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/Campaign/test/CampaignView.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ describe('Campaign view', () => {
});
await user.click(edit);
const [aside] = await screen.findAllByRole('complementary');
let [ ignoreButton ] = await within(aside).findAllByRole('button', {
const [ ignoreButton ] = await within(aside).findAllByRole('button', {
name: /^Ignorer/
});
expect(ignoreButton).toBeInTheDocument();
Expand Down

0 comments on commit 1941c51

Please sign in to comment.