Skip to content

Commit

Permalink
Merge pull request #16 from BTK203/develop
Browse files Browse the repository at this point in the history
get rid of testJevois()
  • Loading branch information
BTK203 authored Apr 14, 2021
2 parents 8327367 + 9c23f46 commit 5d0b0d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions InfiniteRecharge-2021/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -919,9 +919,9 @@
}
],
"windowGeometry": {
"x": -1928.0,
"y": -8.0,
"width": 1940.0,
"height": 1066.0
"x": -7.199999809265137,
"y": -7.199999809265137,
"width": 1550.4000244140625,
"height": 838.4000244140625
}
}
2 changes: 1 addition & 1 deletion InfiniteRecharge-2021/src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void teleopPeriodic() {

@Override
public void testInit() {
boolean allTests = getRobotContainer().testJevois();
boolean allTests = true;
DriverStation.reportError((allTests ? "ALL TESTS PASSED" : "SOME TESTS FAILED"), false);
}

Expand Down

0 comments on commit 5d0b0d7

Please sign in to comment.