Skip to content

Commit

Permalink
removed async on test for local-storage
Browse files Browse the repository at this point in the history
Jira ticket: CAMS-477

Co-authored-by: Arthur Morrow <[email protected]>
Co-authored-by: Brian Posey <[email protected]>,
  • Loading branch information
amorrow-flexion and amorrow-flexion committed Nov 8, 2024
1 parent b4ae0be commit 1a6fe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user-interface/src/lib/utils/local-storage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe('Local storage', () => {
});

describe('removeSession', () => {
test('should remove a session from local storage', async () => {
test('should remove a session from local storage', () => {
window.localStorage.setItem(LOGIN_LOCAL_STORAGE_SESSION_KEY, JSON.stringify(testSession));
window.localStorage.setItem(
LOGIN_LOCAL_STORAGE_CACHE_KEY + '/test',
Expand Down

0 comments on commit 1a6fe4d

Please sign in to comment.