Skip to content

Commit

Permalink
Add temporary test workaround for #422 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Nov 25, 2021
1 parent 56cd8af commit 8210bcb
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 8210bcb

Please sign in to comment.