Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
imx-mikhala committed Dec 19, 2024
1 parent 367fa1b commit a752c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/passport/sdk/src/authManager.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ describe('AuthManager', () => {

await expect(() => authManager.getUser()).rejects.toThrow(
new PassportError(
'Failed to refresh token: oops',
'Failed to refresh token: oops: Failed to remove user: this.userManager.removeUser is not a function',
PassportErrorType.AUTHENTICATION_ERROR,
),
);
Expand Down

0 comments on commit a752c44

Please sign in to comment.