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 e1ad623 commit 1f17224Copy full SHA for 1f17224
ml/ml-algo/src/test/java/org/neo4j/gds/ml/splitting/DirectedEdgeSplitterTest.java
@@ -286,7 +286,7 @@ void splitWithFilteringWithDifferentSourceTargetLabels() {
286
287
var selectedRelationships = result.selectedRels().build();
288
assertThat(selectedRelationships.topology()).satisfies(topology -> {
289
- assertRelSamplingProperties(selectedRelationships, multiLabelGraphStore);
+ assertRelSamplingProperties(selectedRelationships, multiLabelGraph);
290
assertThat(topology.elementCount()).isEqualTo(1);
291
assertFalse(topology.isMultiGraph());
292
});
0 commit comments