Skip to content

Commit 2e2d162

Browse files
committed
Fix random walk doc test
1 parent 22b41b7 commit 2e2d162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/test/java/org/neo4j/gds/doc/RandomWalkDocTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ protected List<Class<?>> procedures() {
3636

3737
@Override
3838
protected String adocFile() {
39-
return "algorithms/alpha/randomWalk/alpha-random-walk.adoc";
39+
return "algorithms/beta/randomWalk/beta-random-walk.adoc";
4040
}
4141
}

0 commit comments

Comments
 (0)