Skip to content

Commit

Permalink
rename TransitModelForTest to TimetableRepositoryForTest in test code
Browse files Browse the repository at this point in the history
  • Loading branch information
miklcct committed Oct 17, 2024
1 parent c6688b3 commit 56131a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void outOfBounds() {
.of(id("extended"))
.withName(NAME)
.withRoute(ROUTE)
.withStopPattern(TransitModelForTest.stopPattern(STOP_A, STOP_B, STOP_C, STOP_X))
.withStopPattern(TimetableRepositoryForTest.stopPattern(STOP_A, STOP_B, STOP_C, STOP_X))
.withHopGeometries(HOP_GEOMETRIES)
.build();
assertEquals(
Expand Down

0 comments on commit 56131a8

Please sign in to comment.