mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Merge pull request #14822 from Hanope
* pr/14822: Fix typo in EndpointIdTests
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ public class EndpointIdTests {
|
||||
public ExpectedException thrown = ExpectedException.none();
|
||||
|
||||
@Test
|
||||
public void ofWhenNullThorowsException() {
|
||||
public void ofWhenNullThrowsException() {
|
||||
this.thrown.expect(IllegalArgumentException.class);
|
||||
this.thrown.expectMessage("Value must not be empty");
|
||||
EndpointId.of(null);
|
||||
|
||||
Reference in New Issue
Block a user