Improve pairlist tests

This commit is contained in:
hroff-1902
2020-05-21 12:41:00 +03:00
parent 22bcb58716
commit cd0bf96c0e
2 changed files with 59 additions and 13 deletions

View File

@@ -36,8 +36,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):