Skip to content

Commit 59af537

Browse files
committed
Revert "adding id offset for node filtered graph intersect test to illustrate fix"
This reverts commit f99a368fc5a0dd31337fab08128d349b719f247e.
1 parent f49199a commit 59af537

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(idOffset = 87)
38+
@GdlGraph
3939
public static final String GRAPH =
4040
"(:A),(:A),(:A),(:A)," +
4141
"(a:B),(b:B),(c:B)," +

0 commit comments

Comments
 (0)