[gw1] darwin -- Python 3.12.12 /Users/cao/.pyenv/versions/3.12.12/bin/python3.12 tests/services/test_backtest_live_parity.py:319: in test_cross_signal_opposing_flip_still_suppressed assert [l["direction"] for l in res["legs"]] == ["long"] # the liq long is kept ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ E AssertionError: assert ['long', 'short'] == ['long'] E E Left contains one more item: 'short' E E Full diff: E [ E 'long', E + 'short', E ]