This commit is contained in:
Phillip Webb
2024-05-24 18:10:03 -07:00
parent ba9708d754
commit 82d8222f56
6 changed files with 28 additions and 28 deletions

View File

@@ -100,7 +100,7 @@ class BindFailureAnalyzerTests {
}
@Test
void bindExceptionWithSupressedMissingParametersException() {
void bindExceptionWithSuppressedMissingParametersException() {
BeanCreationException failure = createFailure(GenericFailureConfiguration.class, "test.foo.value=alpha");
failure.addSuppressed(new IllegalStateException(
"Missing parameter names. Ensure that the compiler uses the '-parameters' flag"));