Skip to content

Commit

Permalink
Linte
Browse files Browse the repository at this point in the history
  • Loading branch information
MRita443 committed Nov 15, 2024
1 parent b9086e1 commit 3a09d45
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import java.time.LocalDateTime
import java.time.format.DateTimeFormatter
import org.springframework.http.MediaType
import org.springframework.test.web.servlet.ResultActions
import org.springframework.test.web.servlet.result.MockMvcResultMatchers.*
import org.springframework.test.web.servlet.result.MockMvcResultMatchers.content
import org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath
import org.springframework.test.web.servlet.result.MockMvcResultMatchers.status

class ValidationTester(
private val req: (Map<String, Any?>) -> ResultActions,
Expand Down

0 comments on commit 3a09d45

Please sign in to comment.