Fix some typos

This commit is contained in:
Matthias
2021-05-16 14:50:25 +02:00
parent 8f8d5dbff5
commit c9ac67e985
3 changed files with 6 additions and 7 deletions

View File

@@ -2124,7 +2124,6 @@ def test_cancel_stoploss_order_with_result(default_conf, mocker, exchange_name):
exchange.cancel_stoploss_order_with_result(order_id='_', pair='TKN/BTC', amount=123)
@pytest.mark.parametrize("exchange_name", EXCHANGES)
def test_fetch_order(default_conf, mocker, exchange_name):
default_conf['dry_run'] = True