Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Oct 31, 2022
1 parent 4fef529 commit 6a138e1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ protected List<String> getLocations(ClassLoader classLoader) {

private Consumer<ResourcePatternHints> includes(String... patterns) {
return (hint) -> {
assertThat(hint.getIncludes().stream().map(ResourcePatternHint::getPattern))
.contains(patterns);
assertThat(hint.getIncludes().stream().map(ResourcePatternHint::getPattern)).contains(patterns);
assertThat(hint.getExcludes()).isEmpty();
};
}
Expand Down

0 comments on commit 6a138e1

Please sign in to comment.