See gh-43316
This commit is contained in:
Johnny Lim
2024-11-28 23:17:38 +09:00
committed by Stéphane Nicoll
parent a0309a5475
commit 859c235a95
11 changed files with 22 additions and 23 deletions

View File

@@ -55,7 +55,7 @@ class JsonMixinModuleTests {
}
@Test
void jsonWithModuleEmptyMixInWithEmptyTypesShouldFailed() {
void jsonWithModuleEmptyMixInWithEmptyTypesShouldFail() {
assertThatExceptionOfType(BeanCreationException.class).isThrownBy(() -> load(EmptyMixIn.class))
.withMessageContaining("Error creating bean with name 'jsonMixinModule'")
.withStackTraceContaining("@JsonMixin annotation on class "