Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OGPoyraz committed Jun 28, 2024
1 parent 7f936f3 commit 749aab4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 59 deletions.
5 changes: 5 additions & 0 deletions app/components/UI/Name/Name.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jest.mock('../../hooks/DisplayName/useDisplayName', () => ({
default: jest.fn(),
}));

jest.mock('../Identicon', () => ({
__esModule: true,
default: () => 'Identicon',
}));

const UNKNOWN_ADDRESS_CHECKSUMMED =
'0x299007B3F9E23B8d432D5f545F8a4a2B3E9A5B4e';
const EXPECTED_UNKNOWN_ADDRESS_CHECKSUMMED = '0x29900...A5B4e';
Expand Down
Loading

0 comments on commit 749aab4

Please sign in to comment.