Skip to content

Commit

Permalink
test:fix: delete duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
digiwand committed Dec 18, 2024
1 parent ba40ac4 commit 26e1bfe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/pages/confirmations/utils/confirm.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ describe('confirm util', () => {
expect(toPunycodeURL('https://iոfura.io')).toStrictEqual(
'https://xn--ifura-dig.io',
);
expect(toPunycodeURL('https://www.google.com')).toStrictEqual(
'https://www.google.com',
);
expect(
toPunycodeURL('https://iոfura.io/gnosis:5050?test=iոfura&foo=bar'),
).toStrictEqual(
Expand Down

0 comments on commit 26e1bfe

Please sign in to comment.