Replace more old format 'BTC_XXX'

This commit is contained in:
enenn
2018-02-03 22:02:49 +01:00
parent 7be34310f5
commit 2582e85e6f
4 changed files with 18 additions and 17 deletions

View File

@@ -161,7 +161,7 @@ def test_load_config(default_conf, mocker):
def test_load_config_invalid_pair(default_conf, mocker):
conf = deepcopy(default_conf)
conf['exchange']['pair_whitelist'].append('BTC-ETH')
conf['exchange']['pair_whitelist'].append('ETH/BTC')
mocker.patch(
'freqtrade.misc.open',
mocker.mock_open(