Skip to content

Commit bb4e9a5

Browse files
committed
Merge pull request #14822 from Hanope
* pr/14822: Fix typo in EndpointIdTests
2 parents 3eb8774 + 535dd74 commit bb4e9a5

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)