Skip to content

Commit

Permalink
don't shutdown HAL in DriveSubsystem test base
Browse files Browse the repository at this point in the history
  • Loading branch information
kytpbs committed Jun 19, 2024
1 parent 854342e commit 36eb6e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ public void tearDown() {
commandScheduler.cancelAll();
commandScheduler.unregisterAllSubsystems(); // ! breaks all test tests if not done
commandScheduler.close();
HAL.shutdown();
}
}

0 comments on commit 36eb6e9

Please sign in to comment.