Skip to content

Commit a6eea20

Browse files
committed
fix tests
1 parent 59a0592 commit a6eea20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/components/Views/MultichainAccounts/WalletDetails/BaseWalletDetails/components/WalletAddAccountActions.test.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import renderWithProvider from '../../../../../../util/test/renderWithProvider';
44
import WalletAddAccountActions from './WalletAddAccountActions';
55

66
// Mock dependencies
7-
jest.mock('../../../../../core/SnapKeyring/MultichainWalletSnapClient');
8-
jest.mock('../../../../../core/SnapKeyring/utils/getMultichainAccountName');
9-
jest.mock('../../../../../util/Logger');
10-
jest.mock('../../../../../actions/multiSrp');
7+
jest.mock('../../../../../../core/SnapKeyring/MultichainWalletSnapClient');
8+
jest.mock('../../../../../../core/SnapKeyring/utils/getMultichainAccountName');
9+
jest.mock('../../../../../../util/Logger');
10+
jest.mock('../../../../../../actions/multiSrp');
1111

1212
const mockOnBack = jest.fn();
1313

0 commit comments

Comments
 (0)