Skip to content

Commit

Permalink
test: fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesposito committed Jun 29, 2023
1 parent b915100 commit 66e876e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ui/components/multichain/import-account/json.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,7 @@ describe('Json', () => {
fireEvent.click(importButton);

await waitFor(() => {
expect(mockImportFunc).toHaveBeenCalledWith('JSON File', [
'0',
'password',
]);
expect(mockImportFunc).toHaveBeenCalledWith('json', ['0', 'password']);
});
});
});

0 comments on commit 66e876e

Please sign in to comment.