In Kotlin variables should be defined as val or var. "mockMvc" was not defined properly
This commit is contained in:
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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue