Skip to content

Commit

Permalink
tests: fix selfdrive state machine import (commaai#33571)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
2 people authored and cydia2020 committed Sep 24, 2024
1 parent c1f4514 commit e3a1e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/selfdrived/tests/test_state_machine.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e3a1e88

Please sign in to comment.