Skip to content

Commit 0ad1ea4

Browse files
committed
Merge branch '2.2.x'
2 parents 2293cb1 + 83553ee commit 0ad1ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/endpoint/ExposeExcludePropertyEndpointFilterTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ void matchWhenMixedCaseShouldMatch() {
141141
}
142142

143143
@Test // gh-20997
144-
public void matchWhenDashInName() throws Exception {
144+
void matchWhenDashInName() throws Exception {
145145
setupFilter("bus-refresh", "");
146146
assertThat(match(EndpointId.of("bus-refresh"))).isTrue();
147147
}

0 commit comments

Comments
 (0)