Skip to content

Commit

Permalink
full robot test
Browse files Browse the repository at this point in the history
  • Loading branch information
sigalrmp committed Jan 25, 2025
1 parent b104fee commit 7773bfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/java/org/sciborgs1155/robot/RobotTest.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
package org.sciborgs1155.robot;

import static org.sciborgs1155.lib.UnitTestingUtil.reset;
import static org.sciborgs1155.lib.UnitTestingUtil.setupTests;

import org.junit.jupiter.api.Test;

public class RobotTest {
@Test
void setup() throws Exception {
setupTests();
new Robot().close();
reset();
}
}

0 comments on commit 7773bfd

Please sign in to comment.