Skip to content

Commit b782122

Browse files
committed
Add temporary test workaround for wpilibsuite#422
1 parent 40e5b41 commit b782122

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/robotbuilder/TestUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ public static RobotTree generateTestTree() {
156156
RobotComponent relaySolenoid = new RobotComponent("Relay Solenoid", "Relay Solenoid", tree);
157157
misc.add(relaySolenoid);
158158
RobotComponent doubleSolenoid = new RobotComponent("Double Solenoid", "Double Solenoid", tree);
159+
//Needed until #422 is fixed
160+
doubleSolenoid.getProperty("Reverse Channel (Solenoid)").setValueAndUpdate("2");
159161
misc.add(doubleSolenoid);
160162

161163
// Create a simple OI

0 commit comments

Comments
 (0)