Skip to content

Commit

Permalink
Add temporary test workaround for wpilibsuite#422
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Nov 24, 2021
1 parent 40e5b41 commit b782122
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/robotbuilder/TestUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ public static RobotTree generateTestTree() {
RobotComponent relaySolenoid = new RobotComponent("Relay Solenoid", "Relay Solenoid", tree);
misc.add(relaySolenoid);
RobotComponent doubleSolenoid = new RobotComponent("Double Solenoid", "Double Solenoid", tree);
//Needed until #422 is fixed
doubleSolenoid.getProperty("Reverse Channel (Solenoid)").setValueAndUpdate("2");
misc.add(doubleSolenoid);

// Create a simple OI
Expand Down

0 comments on commit b782122

Please sign in to comment.