Skip to content

Commit 83dcc7f

Browse files
committed
test: Update expected unlinked stops count in LinkingTest
NOTE! Why this passed before the PR opentripplanner#6759 is unknown!
1 parent 56278b6 commit 83dcc7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • application/src/test/java/org/opentripplanner/graph_builder/module/linking

application/src/test/java/org/opentripplanner/graph_builder/module/linking/LinkingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public void testStopsLinkedIdentically() {
151151
assertEquals(v1.getLon(), v2.getLon(), 1e-10);
152152
}
153153
}
154-
assertEquals(141, unlinkedStopsCounter);
154+
assertEquals(153, unlinkedStopsCounter);
155155
}
156156

157157
/** Build a graph in Columbus, OH with no transit */

0 commit comments

Comments
 (0)