Polish
See gh-43316
This commit is contained in:
committed by
Stéphane Nicoll
parent
a0309a5475
commit
859c235a95
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user