Skip to content

Commit 5a149fb

Browse files
committed
Update reference to Walk::getVerticesSequenceId()
1 parent 7f4015b commit 5a149fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ShortestPath/BreadthFirstTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function testOne()
5757
$this->assertEquals($distance, $walk->getNumberOfEdges());
5858

5959
if ($debug) {
60-
echo ' (vertex walk: ' . implode(', ', $walk->getVerticesSequenceId()) . ')';
60+
echo ' (vertex walk: ' . implode(', ', $walk->getVertices()->getVerticesDistinct()->getIds()) . ')';
6161
echo PHP_EOL;
6262

6363
$vis = new GraphViz($walk->createGraph());

0 commit comments

Comments
 (0)