Merge branch '2.0.x'
This commit is contained in:
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…
Reference in New Issue