generated from pricelees/issue-pr-template
refactor: lateinit 필드 지정으로 인한 불필요한 !! 연산자 제거
This commit is contained in:
parent
8bb2879a40
commit
74ebf9b841
@ -76,7 +76,7 @@ class DemoControllerTest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun run(endpoint: String, body: String, expectedStatus: Int): ResultActions = mockMvc!!
|
private fun run(endpoint: String, body: String, expectedStatus: Int): ResultActions = mockMvc
|
||||||
.perform(
|
.perform(
|
||||||
post(endpoint)
|
post(endpoint)
|
||||||
.contentType(MediaType.APPLICATION_JSON_VALUE)
|
.contentType(MediaType.APPLICATION_JSON_VALUE)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user