Polishing

This commit is contained in:
Juergen Hoeller
2023-06-07 17:11:46 +02:00
parent 06bb6dbcff
commit b3597f3d99
4 changed files with 50 additions and 41 deletions

View File

@@ -92,7 +92,7 @@ class KotlinScheduledAnnotationReactiveSupportTests {
//static helper method
Assertions.assertThatIllegalArgumentException().isThrownBy { getPublisherFor(m!!, target!!) }
.withMessage("Cannot convert the @Scheduled reactive method return type to Publisher")
.withMessage("Cannot convert @Scheduled reactive method return type to Publisher")
.withNoCause()
}