Skip to content

Commit

Permalink
fix: test exclusion (#3204)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav authored Nov 22, 2024
1 parent 7b51d5f commit d51854c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_check_new_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TestAssets:
'Bifrost Kusama': {'DOT': ''},
'Kintsugi': {'INTR': '', 'IBTC': '', 'DOT': ''},
'Equilibrium': {'TOKEN': ''},
'Hyperbridge': {'BRIDGE'}
'Hyperbridge Nexus': {'BRIDGE': ''}
}

def test_has_new_assets(self, chain_model: Chain):
Expand Down

0 comments on commit d51854c

Please sign in to comment.