fix test_api_performance

This commit is contained in:
axel
2023-06-21 02:05:40 -04:00
parent 1c4c2272f5
commit 3f506bb474

View File

@@ -963,7 +963,6 @@ def test_api_performance(botclient, fee):
exchange='binance',
stake_amount=1,
open_rate=0.245441,
open_order_id="123456",
is_open=False,
fee_close=fee.return_value,
fee_open=fee.return_value,
@@ -980,7 +979,6 @@ def test_api_performance(botclient, fee):
stake_amount=1,
exchange='binance',
open_rate=0.412,
open_order_id="123456",
is_open=False,
fee_close=fee.return_value,
fee_open=fee.return_value,