| tests/test_verdict_recovery.py:378: in test_exit_proceeds_when_guard_clear
|
| assert len(dispatched) >= 1, "exit should dispatch when no recent rebuild"
|
| E AssertionError: exit should dispatch when no recent rebuild
|
| E assert 0 >= 1
|
| E + where 0 = len([])
|
| _mock_add_plan = <MagicMock id='5013694336'>
|
| dispatched = []
|
| self = <tests.test_verdict_recovery.TestDispatchRecycleGuardCallSite object at 0x12a1919a0>
|