[commands] Reset timer in quasistatic SysIdRoutine test (#6322)

This commit is contained in:
Tim Winters
2024-01-28 02:51:00 -05:00
committed by GitHub
parent 1016e95242
commit ee15cc172a
2 changed files with 2 additions and 6 deletions

View File

@@ -226,7 +226,7 @@ public class SysIdRoutine extends SysIdRoutineLog {
Timer timer = new Timer();
return m_mechanism
.m_subsystem
.runOnce(timer::start)
.runOnce(timer::restart)
.andThen(
m_mechanism.m_subsystem.run(
() -> {