Skip to content

Commit 3691c47

Browse files
committed
Fix tests after adding random walk stream estimate procedure
1 parent f2d9a17 commit 3691c47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

proc/src/test/java/org/neo4j/gds/ListProcTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ class ListProcTest extends BaseProcTest {
125125

126126
"gds.alpha.shortestPath.deltaStepping.write",
127127
"gds.alpha.shortestPath.deltaStepping.stream",
128-
"gds.alpha.randomWalk.stream",
129128
"gds.alpha.similarity.cosine.write",
130129
"gds.alpha.similarity.cosine.stream",
131130
"gds.alpha.similarity.cosine.stats",
@@ -214,6 +213,9 @@ class ListProcTest extends BaseProcTest {
214213
"gds.beta.modularityOptimization.write",
215214
"gds.beta.modularityOptimization.write.estimate",
216215

216+
"gds.beta.randomWalk.stream",
217+
"gds.beta.randomWalk.stream.estimate",
218+
217219
"gds.allShortestPaths.dijkstra.stream",
218220
"gds.allShortestPaths.dijkstra.stream.estimate",
219221
"gds.allShortestPaths.dijkstra.mutate",

0 commit comments

Comments
 (0)