Fix some comments

This commit is contained in:
Matthias
2020-06-01 11:24:23 +02:00
parent 1d9aeef792
commit 77a62b845a
2 changed files with 2 additions and 1 deletions

View File

@@ -1898,6 +1898,7 @@ def test_get_stoploss_order(default_conf, mocker, exchange_name):
'get_stoploss_order', 'fetch_order',
order_id='_', pair='TKN/BTC')
@pytest.mark.parametrize("exchange_name", EXCHANGES)
def test_name(default_conf, mocker, exchange_name):
exchange = get_patched_exchange(mocker, default_conf, id=exchange_name)