From 38a470098fd329262c5fdd9e8543e722989ae3a1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 15 Jan 2026 19:27:52 +0100 Subject: [PATCH] test: shorten explanatory comment --- tests/rpc/test_rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rpc/test_rpc.py b/tests/rpc/test_rpc.py index aaeb52900..fe82e9904 100644 --- a/tests/rpc/test_rpc.py +++ b/tests/rpc/test_rpc.py @@ -863,7 +863,7 @@ def test_rpc_balance_futures(default_conf_usdt, mocker): freqtradebot = get_patched_freqtradebot(mocker, default_conf_usdt) - # Create a short and a long position wallet directly to avoid depending on fetch_positions parsing + # Create a short and a long position wallet directly to avoid depending on position parsing short_pos = PositionWallet( symbol="FOO/USDT:USDT", position=2.0,