Skip to content

Commit 3598a41

Browse files
committed
Fix 4.3 compilation issue
1 parent 43b1e09 commit 3598a41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

algo/src/test/java/org/neo4j/gds/embeddings/graphsage/GraphSageTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
import static org.assertj.core.api.AssertionsForInterfaceTypes.assertThat;
6363
import static org.neo4j.gds.assertj.Extractors.removingThreadId;
6464
import static org.neo4j.gds.compat.TestLog.INFO;
65-
import static org.neo4j.kernel.database.NamedDatabaseId.NAMED_SYSTEM_DATABASE_ID;
6665

6766
@GdlExtension
6867
@ModelCatalogExtension
@@ -114,7 +113,7 @@ void setUp() {
114113
long nodeCount = graph.nodeCount();
115114

116115
graphStore = CSRGraphStoreUtil.createFromGraph(
117-
NAMED_SYSTEM_DATABASE_ID,
116+
Neo4jProxy.randomDatabaseId(),
118117
randomGraph,
119118
"REL",
120119
Optional.of("weight"),

0 commit comments

Comments
 (0)