Fix some tests due to new method

This commit is contained in:
Matthias
2024-02-18 15:39:13 +01:00
parent f53c019d2a
commit 411f606476
2 changed files with 11 additions and 3 deletions
+1
View File
@@ -131,6 +131,7 @@ def test_bybit_fetch_order_canceled_empty(default_conf_usdt, mocker):
'amount': 20.0,
})
mocker.patch(f"{EXMS}.exchange_has", return_value=True)
exchange = get_patched_exchange(mocker, default_conf_usdt, api_mock, id='bybit')
res = exchange.fetch_order('123', 'BTC/USDT')