Merge branch '2.0.x'

pull/14741/merge
Phillip Webb 6 years ago
commit cfa130b2ef

@ -29,7 +29,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
public class EndpointIdTests {
@Test
public void ofWhenNullThorowsException() {
public void ofWhenNullThrowsException() {
assertThatIllegalArgumentException().isThrownBy(() -> EndpointId.of(null))
.withMessage("Value must not be empty");
}

Loading…
Cancel
Save