Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Jan 2, 2024
1 parent d72adaa commit b69aebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/robotbuilder/TestUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ public static RobotTree generateTestTree() {
scg3.setProperty("Type", "SD540");
RobotComponent scg4 = new RobotComponent("SCG4", "Motor Controller", tree);
scg4.setProperty("Type", "PWMVenom");
RobotComponent scg5 = new RobotComponent("SCG4", "Motor Controller", tree);
scg5.setProperty("Type", "PWMSparkMax");
RobotComponent scg5 = new RobotComponent("SCG5", "Motor Controller", tree);
scg5.setProperty("Type", "PWMSparkFlex");
misc.add(scg1);
misc.add(scg2);
misc.add(scg3);
Expand Down

0 comments on commit b69aebf

Please sign in to comment.