Skip to content

Commit cd1c263

Browse files
committed
Polish
1 parent ef655ce commit cd1c263

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void ofWhenEmptyThrowsException() {
4747
}
4848

4949
@Test
50-
public void ofWhenContainsInvalidCharThrowsException() {
50+
public void ofWhenContainsSlashThrowsException() {
5151
this.thrown.expect(IllegalArgumentException.class);
5252
this.thrown.expectMessage("Value must only contain valid chars");
5353
EndpointId.of("foo/bar");

0 commit comments

Comments
 (0)