Add test for start_cap_ratio

This commit is contained in:
Matthias
2023-04-22 11:27:04 +02:00
parent e836fe58b1
commit 5dccfab89c

View File

@@ -591,6 +591,8 @@ def test_rpc_balance_handle(default_conf, mocker, tickers):
'side': 'short',
}
]
assert result['starting_capital'] == 10
assert result['starting_capital_ratio'] == 0.0
def test_rpc_start(mocker, default_conf) -> None: