In Kotlin variables should be defined as val or var. "mockMvc" was not defined properly

This commit is contained in:
anil.senocak 2024-02-07 23:09:24 +03:00 committed by Juergen Hoeller
parent 4486ab1cb7
commit f7e5c9fbb2
1 changed files with 1 additions and 1 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) {