Skip to content

Commit

Permalink
Fix test checkstyle issues
Browse files Browse the repository at this point in the history
Fix checkstyle issues from forward merge.

See gh-21022
  • Loading branch information
philwebb committed Apr 19, 2020
1 parent 5757c08 commit 83553ee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -148,7 +148,7 @@ void matchWhenMixedCaseShouldMatch() {
}

@Test // gh-20997
public void matchWhenDashInName() throws Exception {
void matchWhenDashInName() throws Exception {
setupFilter("bus-refresh", "");
assertThat(match(EndpointId.of("bus-refresh"))).isTrue();
}
Expand Down

0 comments on commit 83553ee

Please sign in to comment.