Merge pull request #3352 from hroff-1902/improve_pairlist_tests

Improve pairlist tests
This commit is contained in:
Matthias
2020-05-21 15:06:22 +02:00
committed by GitHub
2 changed files with 59 additions and 13 deletions

View File

@@ -37,8 +37,8 @@ class VolumePairList(IPairList):
if not self._exchange.exchange_has('fetchTickers'):
raise OperationalException(
'Exchange does not support dynamic whitelist.'
'Please edit your config and restart the bot'
'Exchange does not support dynamic whitelist. '
'Please edit your config and restart the bot.'
)
if not self._validate_keys(self._sort_key):