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
|
||||
void noNullElementsWithEmptyCollectionAndMessageSupplier() {
|
||||
assertThatCode(() ->
|
||||
Assert.noNullElements(emptyList(), "enigma"))
|
||||
Assert.noNullElements(emptyList(), () -> "enigma"))
|
||||
.doesNotThrowAnyException();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user