Skip to content

Commit

Permalink
Remove test output
Browse files Browse the repository at this point in the history
  • Loading branch information
michaz committed Apr 18, 2020
1 parent 87f6c24 commit 0cd7d03
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -141,9 +141,6 @@ public void testEdgeBasedWithFreeUTurns() {
instance.search(0, result::add);
// The origin, and every end of every directed edge, are traversed.
assertEquals(countDirectedEdges(graph) + 1, result.size());
for (ShortestPathTree.IsoLabel isoLabel : result) {
System.out.println(isoLabel);
}
assertAll(
() -> assertEquals(0, result.get(0).time),
() -> assertEquals(9000, result.get(1).time),
Expand Down

0 comments on commit 0cd7d03

Please sign in to comment.