Merge branch '2.0.x'
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user