Skip to content

Commit 1dbcfc0

Browse files
committed
test: remove bad test
1 parent e81ce73 commit 1dbcfc0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

app/multichain-accounts/AccountTreeInitService/index.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,5 @@ describe('AccountTreeInitService', () => {
117117
await service.clearState();
118118
expect(mockAccountTreeClearState).toHaveBeenCalled();
119119
});
120-
121-
it('calls MoneyAccountController.clearState', async () => {
122-
await service.clearState();
123-
expect(mockMoneyAccountClearState).toHaveBeenCalled();
124-
});
125120
});
126121
});

0 commit comments

Comments
 (0)