Skip to content

Commit 1f17224

Browse files
committed
Fix cherry pick to 2.3
1 parent e1ad623 commit 1f17224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml/ml-algo/src/test/java/org/neo4j/gds/ml/splitting/DirectedEdgeSplitterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ void splitWithFilteringWithDifferentSourceTargetLabels() {
286286

287287
var selectedRelationships = result.selectedRels().build();
288288
assertThat(selectedRelationships.topology()).satisfies(topology -> {
289-
assertRelSamplingProperties(selectedRelationships, multiLabelGraphStore);
289+
assertRelSamplingProperties(selectedRelationships, multiLabelGraph);
290290
assertThat(topology.elementCount()).isEqualTo(1);
291291
assertFalse(topology.isMultiGraph());
292292
});

0 commit comments

Comments
 (0)