Skip to content

Commit

Permalink
close robot in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sigalrmp committed Jan 25, 2025
1 parent 111ede3 commit b104fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/sciborgs1155/robot/RobotTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
public class RobotTest {
@Test
void setup() throws Exception {
new Robot();
new Robot().close();
}
}

0 comments on commit b104fee

Please sign in to comment.