Fix typo in EndpointIdTests

Closes gh-14822
pull/14914/head
Hanope 6 years ago committed by Phillip Webb
parent 3eb877425e
commit 535dd7470f

@ -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);

Loading…
Cancel
Save