mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
test: imrpove testcase
This commit is contained in:
@@ -303,6 +303,7 @@ def mock_order_usdt_6(is_short: bool):
|
||||
"side": entry_side(is_short),
|
||||
"type": "limit",
|
||||
"price": 10.0,
|
||||
"cost": 20.0,
|
||||
"amount": 2.0,
|
||||
"filled": 2.0,
|
||||
"remaining": 0.0,
|
||||
@@ -317,6 +318,7 @@ def mock_order_usdt_6_exit(is_short: bool):
|
||||
"side": exit_side(is_short),
|
||||
"type": "limit",
|
||||
"price": 12.0,
|
||||
"cost": 24.0,
|
||||
"amount": 2.0,
|
||||
"filled": 0.0,
|
||||
"remaining": 2.0,
|
||||
|
||||
Reference in New Issue
Block a user