Skip to content

Commit

Permalink
changed pathfindingtest to pathingtest
Browse files Browse the repository at this point in the history
  • Loading branch information
Unclesdad committed Feb 1, 2025
1 parent 2d448b4 commit 89abbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/sciborgs1155/robot/AlignTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void reflectionTest() throws Exception {

@ParameterizedTest()
@MethodSource("pathGoals")
public void pathfindTest(Branch branch) {
public void pathingTest(Branch branch) {
Command testcmd = align.reef(Level.L4, branch);
runToCompletion(testcmd);
assertEquals(branch.pose.getX(), drive.pose().getX(), Translation.TOLERANCE.in(Meters));
Expand Down

0 comments on commit 89abbfd

Please sign in to comment.