Skip to content

Commit 6af1fce

Browse files
committed
remove test clearUser line
1 parent 8923f10 commit 6af1fce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/client/__tests__/accounts-client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ describe('Accounts', () => {
331331
Accounts.instance.clearTokens = jest.fn(
332332
() => Accounts.instance.clearTokens
333333
);
334-
Accounts.instance.clearUser = jest.fn(() => Accounts.instance.clearUser);
335334
try {
336335
await Accounts.refreshSession();
337336
throw new Error();

0 commit comments

Comments
 (0)