Skip to content

Commit

Permalink
Fix an issue where duplicates were not being added
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-lawrey committed Feb 14, 2023
1 parent 629070c commit 849661d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public YamlTesterParametersBuilder(ThrowingFunction<T, Object, Throwable> builde
this.paths = paths;
}

public YamlTesterParametersBuilder<T> agitators(YamlAgitator[] agitators) {
public YamlTesterParametersBuilder<T> agitators(YamlAgitator... agitators) {
this.agitators = agitators;
return this;
}
Expand Down

0 comments on commit 849661d

Please sign in to comment.