Skip to content

Commit cf5b6e5

Browse files
committed
test: improve test resiliance
1 parent 5e0ea48 commit cf5b6e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/rpc/test_rpc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,7 @@ def test_performance_handle(default_conf_usdt, ticker, fee, mocker) -> None:
992992
assert len(res) == 3
993993
assert res[0]["pair"] == "NEO/USDT"
994994
assert res[0]["count"] == 1
995+
assert res[0]["profit_abs"] == 3.9875
995996
assert res[0]["profit_pct"] == 5.0
996997

997998

0 commit comments

Comments
 (0)