Skip to content

Commit

Permalink
In Kotlin variables should be defined as val or var. "mockMvc" was no…
Browse files Browse the repository at this point in the history
…t defined properly
  • Loading branch information
anil.senocak authored and jhoeller committed Feb 7, 2024
1 parent 4486ab1 commit f7e5c9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Kotlin::
@Autowired
lateinit var accountService: AccountService
lateinit mockMvc: MockMvc
lateinit var mockMvc: MockMvc
@BeforeEach
fun setup(wac: WebApplicationContext) {
Expand Down

0 comments on commit f7e5c9f

Please sign in to comment.