tests: fix selfdrive state machine import (#33571)

* selfdrive: Fix state machine test imports

* it's the same file

* Update selfdrive/selfdrived/tests/test_state_machine.py

* Update selfdrive/selfdrived/tests/test_state_machine.py

---------

Co-authored-by: Shane Smiskol <shane@smiskol.com>
pull/33576/head
Jason Wen 7 months ago committed by GitHub
parent 3e0ec64e9a
commit e549f7af45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/selfdrived/tests/test_state_machine.py

@ -1,6 +1,6 @@
from cereal import log
from openpilot.common.realtime import DT_CTRL
from openpilot.selfdrive.controls.lib.selfdrive import StateMachine, SOFT_DISABLE_TIME
from openpilot.selfdrive.selfdrived.state import StateMachine, SOFT_DISABLE_TIME
from openpilot.selfdrive.selfdrived.events import Events, ET, EVENTS, NormalPermanentAlert
State = log.SelfdriveState.OpenpilotState

Loading…
Cancel
Save