[gw7] darwin -- Python 3.12.12 /Users/cao/.pyenv/versions/3.12.12/bin/python3.12
tests/test_trading_plan_sell_lock.py:513: in test_wyckoff_backup_plan_sells_when_position_present
    assert len(broker.sell_calls) == 1
E   assert 0 == 1
E    +  where 0 = len([])
E    +    where [] = <tests.test_trading_plan_sell_lock.SellBrokerStub object at 0x17915c740>.sell_calls
