more calc_profit_combined usage

This commit is contained in:
Matthias
2023-08-29 21:29:36 +02:00
parent 459b9d80d4
commit 399f144c27
2 changed files with 17 additions and 13 deletions

View File

@@ -164,7 +164,7 @@ def test_rpc_trade_status(default_conf, ticker, fee, mocker) -> None:
response = deepcopy(gen_response)
response.update({
'max_stake_amount': 0.001,
'total_profit_ratio': pytest.approx(-0.00409),
'total_profit_ratio': pytest.approx(-0.00409153),
})
assert results[0] == response