Skip to content

Commit

Permalink
fix(#677): test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
novoj committed Dec 1, 2024
1 parent 4943967 commit 48aea17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ void shouldSerializeRequireConstraints() {
assertSerializationRound(entityGroupFetchAll());
assertSerializationRound(entityGroupFetch(attributeContentAll(), priceContentAll()));

assertSerializationRound(facetSummary(null));
assertSerializationRound(facetSummary((FacetStatisticsDepth) null));
assertSerializationRound(facetSummary(FacetStatisticsDepth.IMPACT));
assertSerializationRound(facetSummary(FacetStatisticsDepth.IMPACT, entityFetchAll()));
assertSerializationRound(facetSummary(FacetStatisticsDepth.IMPACT, entityFetchAll(), entityGroupFetchAll()));
Expand Down

0 comments on commit 48aea17

Please sign in to comment.