Skip to content

Commit

Permalink
Update application/src/test/java/org/opentripplanner/transit/model/fi…
Browse files Browse the repository at this point in the history
…lter/transit/RegularStopMatcherFactoryTest.java

Co-authored-by: Leonard Ehrenfried <[email protected]>
  • Loading branch information
eibakke and leonardehrenfried authored Dec 11, 2024
1 parent 54d80e4 commit a7a0c72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static void setup() {

@Test
void testFeedIds() {
var matcher = RegularStopMatcherFactory.agency("feedId");
var matcher = RegularStopMatcherFactory.agency("agency");
assertTrue(matcher.match(stop1));
assertFalse(matcher.match(stop2));
}
Expand Down

0 comments on commit a7a0c72

Please sign in to comment.