Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Sep 12, 2023
1 parent fd70600 commit ea49ea0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public void creatingWithNullFilterProcessesEverything() {

@Test
public void creatingWithFilterWithEmptyConfiguredValuesProcessesEverything() {
List<SplitFilter> filterList = Collections.singletonList(SplitFilter.bySet(Collections.emptyList()));
Map<SplitFilter.Type, SplitFilter> filterList = Collections.singletonMap(SplitFilter.Type.BY_SET, SplitFilter.bySet(Collections.emptyList()));

mProcessor = new SplitChangeProcessor(filterList);

Expand Down

0 comments on commit ea49ea0

Please sign in to comment.