Skip to content

Commit

Permalink
Revert bugfix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
gambinish committed Sep 9, 2024
1 parent f72dc26 commit cdaef25
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ describe('TokenListItem', () => {
const warningScamModal = getByTestId('scam-warning');
fireEvent.click(warningScamModal);

expect(
getByText('Incorrect Network Currency Symbol Entered'),
).toBeInTheDocument();
expect(getByText('This is a potential scam')).toBeInTheDocument();
});

it('should render crypto balance if useNativeCurrencyAsPrimaryCurrency is false', () => {
Expand Down

0 comments on commit cdaef25

Please sign in to comment.