corrected tests

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி
2022-03-30 18:31:40 +05:30
parent bd00f6de17
commit c1c20e4d8a
3 changed files with 10 additions and 8 deletions

View File

@@ -823,7 +823,8 @@ def test_rpc_forcesell(default_conf, ticker, fee, mocker) -> None:
'side': 'sell',
'amount': amount,
'remaining': amount,
'filled': 0.0
'filled': 0.0,
'id': trade.orders[0].order_id
}
)
msg = rpc._rpc_forcesell('3')