Polishing

This commit is contained in:
Sebastien Deleuze
2019-04-04 12:06:24 +02:00
parent 9217f0b63e
commit 40e4c8068d
2 changed files with 0 additions and 5 deletions

View File

@@ -133,7 +133,6 @@ class ServerRequestExtensionsTests {
@Test
fun `contentTypeOrNull with null`() {
val contentType = mockk<MediaType>()
every { headers.contentType() } returns Optional.empty()
assertNull(headers.contentTypeOrNull())
verify { headers.contentType() }