Skip to content

Commit

Permalink
✅ Update old expected track count
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Jun 14, 2024
1 parent 4906c43 commit fef05fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/swiss/fihlon/apus/event/TrackTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TrackTest {

@Test
void values() {
assertEquals(5, Track.values().length);
assertEquals(14, Track.values().length);
}

@Test
Expand Down

0 comments on commit fef05fe

Please sign in to comment.