Skip to content

Commit 535dd74

Browse files
Hanopephilwebb
authored andcommitted
Fix typo in EndpointIdTests
Closes gh-14822
1 parent 3eb8774 commit 535dd74

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
@@ -33,7 +33,7 @@ public class EndpointIdTests {
3333
public ExpectedException thrown = ExpectedException.none();
3434

3535
@Test
36-
public void ofWhenNullThorowsException() {
36+
public void ofWhenNullThrowsException() {
3737
this.thrown.expect(IllegalArgumentException.class);
3838
this.thrown.expectMessage("Value must not be empty");
3939
EndpointId.of(null);

0 commit comments

Comments
 (0)