We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81ce73 commit 1dbcfc0Copy full SHA for 1dbcfc0
1 file changed
app/multichain-accounts/AccountTreeInitService/index.test.ts
@@ -117,10 +117,5 @@ describe('AccountTreeInitService', () => {
117
await service.clearState();
118
expect(mockAccountTreeClearState).toHaveBeenCalled();
119
});
120
-
121
- it('calls MoneyAccountController.clearState', async () => {
122
- await service.clearState();
123
- expect(mockMoneyAccountClearState).toHaveBeenCalled();
124
- });
125
126
0 commit comments