Skip to content

Commit f49199a

Browse files
committed
adding id offset for node filtered graph intersect test to illustrate fix
1 parent 32ad483 commit f49199a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algo/src/test/java/org/neo4j/gds/triangle/intersect/NodeFilteredGraphIntersectTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
@GdlExtension
3636
class NodeFilteredGraphIntersectTest {
3737

38-
@GdlGraph
38+
@GdlGraph(idOffset = 87)
3939
public static final String GRAPH =
4040
"(:A),(:A),(:A),(:A)," +
4141
"(a:B),(b:B),(c:B)," +

0 commit comments

Comments
 (0)