mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
tests: fix amount=0 test
This commit is contained in:
@@ -1684,7 +1684,7 @@ def test_handle_trade_roi(
|
||||
create_order=MagicMock(
|
||||
side_effect=[
|
||||
open_order,
|
||||
{"id": 1234553382},
|
||||
{"id": 1234553382, "amount": open_order["amount"]},
|
||||
]
|
||||
),
|
||||
get_fee=fee,
|
||||
|
||||
Reference in New Issue
Block a user