test: adjust rpc tests for new calculation

This commit is contained in:
Matthias
2025-01-18 19:58:23 +01:00
parent 2044af24a3
commit f773905d8e
3 changed files with 11 additions and 11 deletions

View File

@@ -993,7 +993,7 @@ def test_performance_handle(default_conf_usdt, ticker, fee, mocker) -> None:
assert res[0]["pair"] == "NEO/USDT"
assert res[0]["count"] == 1
assert res[0]["profit_abs"] == 3.9875
assert res[0]["profit_pct"] == 5.0
assert res[0]["profit_pct"] == 1.99
def test_enter_tag_performance_handle(default_conf, ticker, fee, mocker) -> None: