Skip to content

Commit

Permalink
fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Mar 25, 2024
1 parent 7bbe68d commit 4bfd4c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/react/account/__tests__/AccountUserList.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ describe('AccountUserList', () => {

await waitFor(() =>
screen.getByText(
'An error occured while loading the users, please refresh the page.',
'An error occurred while loading the users, please refresh the page.',
),
);
expect(
screen.getByText(
'An error occured while loading the users, please refresh the page.',
'An error occurred while loading the users, please refresh the page.',
),
).toBeInTheDocument();
});
Expand Down

0 comments on commit 4bfd4c8

Please sign in to comment.