[gw5] darwin -- Python 3.12.12 /Users/cao/.pyenv/versions/3.12.12/bin/python3.12 tests/services/test_market_state_etf.py:2554: in test_consult_exit_helper_forwards_held_leg_check_to_consult assert len(captured_check) == 1 and callable(captured_check[0]), \ E AssertionError: the live helper must plumb held_leg_check into consult_mktstate_exit, got: [None] E assert (1 == 1 and False) E + where 1 = len([None]) E + and False = callable(None)