Skip to content

Commit

Permalink
chore(test): update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Jan 8, 2024
1 parent 502afbe commit 16af27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/__tests__/swap-valildator.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe('isValidSwap', () => {
],
['USDT_ON_ALGORAND_MAINNET', ['USDT']],
['PUSDT_ON_ALGORAND_MAINNET', ['USDT', 'PUSDT_ON_LIBRE_MAINNET', 'PUSDT_ON_TELOS_MAINNET']],
['UOS', ['PUOS_ON_EOS_MAINNET', 'PUOS_ON_ULTRA_MAINNET']],
['UOS', ['PUOS_ON_ULTRA_MAINNET']],
])('Should determine valid destination assets for %s', (id, expectedIds) => {
const from = getAssetById(id)
const expectedAssets = setFromIds(expectedIds)
Expand Down

0 comments on commit 16af27c

Please sign in to comment.