Skip to content

Commit

Permalink
test: fix sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioVentilii committed Jan 9, 2025
1 parent 0ded41c commit 28d33f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/src/tests/lib/derived/tokens.derived.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ describe('tokens.derived', () => {
ICP_TOKEN,
BTC_MAINNET_TOKEN,
ETHEREUM_TOKEN,
SOLANA_TOKEN,
{ ...mockErc20DefaultToken, enabled: false, version: undefined },
mockEr20UserToken,
{ ...mockIcrcDefaultToken, enabled: false, version: undefined, id: result[5].id },
{ ...mockIcrcCustomToken, id: result[6].id },
SOLANA_TOKEN
{ ...mockIcrcCustomToken, id: result[6].id }
]);
});

Expand Down

0 comments on commit 28d33f9

Please sign in to comment.