mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 20:23:57 +00:00
chore: improved wording
This commit is contained in:
parent
255ad7cac5
commit
f4d76aa360
|
@ -53,7 +53,7 @@ class MarketCapPairList(IPairList):
|
||||||
for category in self._categories:
|
for category in self._categories:
|
||||||
if category not in category_ids:
|
if category not in category_ids:
|
||||||
raise OperationalException(
|
raise OperationalException(
|
||||||
f"category {category} not in coingecko category list. "
|
f"Category {category} not in coingecko category list. "
|
||||||
f"You can choose from {category_ids}"
|
f"You can choose from {category_ids}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -2455,7 +2455,7 @@ def test_MarketCapPairList_exceptions(mocker, default_conf_usdt):
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
with pytest.raises(
|
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)
|
PairListManager(exchange, default_conf_usdt)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user