Skip to content

Commit

Permalink
fix: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Feb 29, 2024
1 parent f37c8eb commit afb7de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/store/migrations/025.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('Migration #25', () => {
'0x61': true,
'0xa': true,
'0xa869': true,
'0x1a4': true,
'0xaa37dc': true,
'0x89': true,
'0x13881': true,
'0xa86a': true,
Expand Down Expand Up @@ -46,7 +46,7 @@ describe('Migration #25', () => {
'0x61': false,
'0xa': false,
'0xa869': false,
'0x1a4': false,
'0xaa37dc': false,
'0x89': false,
'0x13881': false,
'0xa86a': false,
Expand Down

0 comments on commit afb7de8

Please sign in to comment.