test: shorten explanatory comment
This commit is contained in:
@@ -863,7 +863,7 @@ def test_rpc_balance_futures(default_conf_usdt, mocker):
|
|||||||
|
|
||||||
freqtradebot = get_patched_freqtradebot(mocker, default_conf_usdt)
|
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(
|
short_pos = PositionWallet(
|
||||||
symbol="FOO/USDT:USDT",
|
symbol="FOO/USDT:USDT",
|
||||||
position=2.0,
|
position=2.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user