Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Sep 19, 2023
1 parent d170aa8 commit 945161e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/helpers/utils/util.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ describe('util', () => {
expect(
util.tokenIdExist(
'0x2df920B180c58766951395c26ecF1EC206343334',
'3456',
'3453',
data,
),
).toBeTruthy();
Expand All @@ -971,7 +971,7 @@ describe('util', () => {
expect(
util.tokenIdExist(
'0x2df920B180c58766951395c26ecF1EC206343334',
'0xD80',
'0xD7D',
data,
),
).toBeTruthy();
Expand Down

0 comments on commit 945161e

Please sign in to comment.