Skip to content

Commit

Permalink
Update stop -area linking unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Mar 12, 2024
1 parent 833596e commit a523e28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void testLinkStopWithExtraEdges() {
splitter.setAddExtraEdgesToAreas(true);
splitter.link();

assertEquals(38, graph.getEdges().size());
assertEquals(16, graph.getEdges().size());
}


Expand Down

0 comments on commit a523e28

Please sign in to comment.