Polishing (backported from main)

This commit is contained in:
Juergen Hoeller
2024-02-07 23:40:11 +01:00
parent 95a8646309
commit 5fd9fab0ce
6 changed files with 44 additions and 31 deletions

View File

@@ -152,7 +152,7 @@ Kotlin::
@Autowired
lateinit var accountService: AccountService
lateinit mockMvc: MockMvc
lateinit var mockMvc: MockMvc
@BeforeEach
fun setup(wac: WebApplicationContext) {