Skip to content

Commit

Permalink
minor text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniruddha-Shriwant committed Nov 18, 2024
1 parent 9b4cdce commit f1a1f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/interceptors/httpInterceptor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ describe('HttpConfigInterceptor', () => {
routerAuthService.fetchAccessToken.and.rejectWith(new Error('error'));

httpInterceptor.refreshAccessToken().subscribe({
error: () => {
complete: () => {
expect(userEventService.logout).toHaveBeenCalledTimes(1);
expect(secureStorageService.clearAll).toHaveBeenCalledTimes(1);
expect(storageService.clearAll).toHaveBeenCalledTimes(1);
Expand Down

0 comments on commit f1a1f39

Please sign in to comment.