mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 10:03:05 +00:00
chore: improved wording
This commit is contained in:
@@ -2455,7 +2455,7 @@ def test_MarketCapPairList_exceptions(mocker, default_conf_usdt):
|
||||
}
|
||||
]
|
||||
with pytest.raises(
|
||||
OperationalException, match="category layer250 not in coingecko category list."
|
||||
OperationalException, match="Category layer250 not in coingecko category list."
|
||||
):
|
||||
PairListManager(exchange, default_conf_usdt)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user