Skip to content

Commit

Permalink
Update unit tests to 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
nab138 committed Jan 14, 2025
1 parent 5c9db6a commit 62f7a9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class PathfinderTest {

@BeforeEach
void setUp() {
pathfinder = new PathfinderBuilder(Field.CRESCENDO_2024).build();
pathfinder = new PathfinderBuilder(Field.REEFSCAPE_2025).build();
}

@Test
Expand Down

0 comments on commit 62f7a9b

Please sign in to comment.