This commit is contained in:
rusefillc 2021-06-21 02:10:11 -04:00
parent 2cf137280d
commit 5571df5660
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import org.junit.runner.Result;
*/
public class RealHardwareTestLauncher {
public static void main(String[] args) throws InterruptedException {
public static void main(String[] args) {
JUnitCore junit = new JUnitCore();
Result result = junit.run(
CommonFunctionalTest.class,