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 committed Feb 7, 2024
1 parent 78c96b6 commit b7047b2
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 b7047b2

Please sign in to comment.