Made BaseControllerTest an internal class
This commit is contained in:
parent
a97df591a7
commit
8d0a5217a5
@ -12,7 +12,7 @@ import org.springframework.test.web.servlet.result.MockMvcResultMatchers
|
||||
|
||||
@SpringBootTest
|
||||
@AutoConfigureMockMvc
|
||||
class BaseControllerTest {
|
||||
internal class BaseControllerTest {
|
||||
|
||||
@Autowired
|
||||
lateinit var mockMvc: MockMvc
|
||||
|
Loading…
Reference in New Issue
Block a user