Skip to content

Commit

Permalink
use generic subsystem instead of specific fixture like in java tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienMorey committed Jan 14, 2024
1 parent 1fac013 commit 6fb6d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sysidroutine.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def mechanism():
def sysid_routine(mechanism):
return SysIdRoutine(
SysIdRoutine.Config(recordState=mechanism.recordState),
SysIdRoutine.Mechanism(mechanism.drive, mechanism.log, mechanism),
SysIdRoutine.Mechanism(mechanism.drive, mechanism.log, Subsystem()),
)


Expand Down

0 comments on commit 6fb6d3b

Please sign in to comment.