tests: fix amount=0 test

This commit is contained in:
Matthias
2024-09-21 20:35:14 +02:00
parent b8ba6cd970
commit c69b09cbff
+1 -1
View File
@@ -1684,7 +1684,7 @@ def test_handle_trade_roi(
create_order=MagicMock( create_order=MagicMock(
side_effect=[ side_effect=[
open_order, open_order,
{"id": 1234553382}, {"id": 1234553382, "amount": open_order["amount"]},
] ]
), ),
get_fee=fee, get_fee=fee,