pull/25617/head
Shane Smiskol 3 years ago
parent 71cc6cb4d7
commit 7e4e7b5d2c
  1. 1
      selfdrive/controls/tests/test_state_machine.py

@ -94,7 +94,6 @@ class TestStateMachine(unittest.TestCase):
# Given current state's event type, we should maintain state # Given current state's event type, we should maintain state
for state in ALL_STATES: for state in ALL_STATES:
for ev in MAINTAIN_STATES[state]: for ev in MAINTAIN_STATES[state]:
print(ev)
self.controlsd.state = state self.controlsd.state = state
self.controlsd.events.add(make_event([ev])) self.controlsd.events.add(make_event([ev]))
self.controlsd.state_transition(self.CS) self.controlsd.state_transition(self.CS)

Loading…
Cancel
Save