Skip to content

Commit

Permalink
Update src/account/components/RequireAuth.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Schreiber <[email protected]>
  • Loading branch information
josebui and paulschreiber authored Mar 19, 2024
1 parent 05b6740 commit cc39ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/account/components/RequireAuth.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ test('Auth: Avoid redirect if profile complete already displayed for user', asyn
localStorage.setItem(
'completedProfileDisplayed',
JSON.stringify({
'test@test.com': true,
'test@example.com': true,
})
);

Expand Down

0 comments on commit cc39ebc

Please sign in to comment.