We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6b81e commit 7a08fd9Copy full SHA for 7a08fd9
algo/src/test/java/org/neo4j/gds/embeddings/hashgnn/HashGNNTest.java
@@ -366,7 +366,7 @@ void shouldBeDeterministicGivenSameOriginalIds() {
366
var firstIdMap = new ArrayIdMap(
367
firstMappedToOriginal,
368
firstOriginalToMappedBuilder.build(),
369
- LabelInformationBuilders.singleLabel(new NodeLabel("hello")).build(nodeCount, firstMappedToOriginal::get),
+ LabelInformationBuilders.singleLabel(NodeLabel.of("hello")).build(nodeCount, firstMappedToOriginal::get),
370
nodeCount,
371
nodeCount - 1
372
);
0 commit comments