mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Merge branch '7.0.x'
This commit is contained in:
@@ -441,7 +441,7 @@ class AssertTests {
|
|||||||
@Test
|
@Test
|
||||||
void noNullElementsWithEmptyCollectionAndMessageSupplier() {
|
void noNullElementsWithEmptyCollectionAndMessageSupplier() {
|
||||||
assertThatCode(() ->
|
assertThatCode(() ->
|
||||||
Assert.noNullElements(emptyList(), "enigma"))
|
Assert.noNullElements(emptyList(), () -> "enigma"))
|
||||||
.doesNotThrowAnyException();
|
.doesNotThrowAnyException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user