Skip to content

Commit

Permalink
close the subsystem after super in basicIntakeTest
Browse files Browse the repository at this point in the history
  • Loading branch information
kytpbs committed Jun 19, 2024
1 parent 957a790 commit f370193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/command_tests/arm_tests/BasicIntakeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public void setUp() {

@AfterEach
public void tearDown() {
intakeSubsystem.close();
super.tearDown();
intakeSubsystem.close();
}

@Test
Expand Down

0 comments on commit f370193

Please sign in to comment.