Skip to content

Commit

Permalink
Fix cherry pick to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinD committed Apr 26, 2023
1 parent e1ad623 commit 1f17224
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ void splitWithFilteringWithDifferentSourceTargetLabels() {

var selectedRelationships = result.selectedRels().build();
assertThat(selectedRelationships.topology()).satisfies(topology -> {
assertRelSamplingProperties(selectedRelationships, multiLabelGraphStore);
assertRelSamplingProperties(selectedRelationships, multiLabelGraph);
assertThat(topology.elementCount()).isEqualTo(1);
assertFalse(topology.isMultiGraph());
});
Expand Down

0 comments on commit 1f17224

Please sign in to comment.