Skip to content

Commit

Permalink
fix intake tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kytpbs committed Mar 14, 2024
1 parent 9296b0c commit 9899913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/IntakeTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class IntakeTests {
public void setUp() {
HAL.initialize(500, 0);
intakeSubsystem = new IntakeSubsystem();
intakeMotor = SparkMAXSimAddon.getSparkMAX(IntakeConstants.kIntakeMotorCanID);
intakeMotor = SparkMAXSimAddon.getSparkMAX(IntakeConstants.kArmIntakeMotorCanID);
}

@AfterEach
Expand Down

0 comments on commit 9899913

Please sign in to comment.