In Kotlin variables should be defined as val or var. "mockMvc" was not defined properly
This commit is contained in:
committed by
Juergen Hoeller
parent
4486ab1cb7
commit
f7e5c9fbb2
@@ -152,7 +152,7 @@ Kotlin::
|
||||
@Autowired
|
||||
lateinit var accountService: AccountService
|
||||
|
||||
lateinit mockMvc: MockMvc
|
||||
lateinit var mockMvc: MockMvc
|
||||
|
||||
@BeforeEach
|
||||
fun setup(wac: WebApplicationContext) {
|
||||
|
||||
Reference in New Issue
Block a user