Polishing

This commit is contained in:
Sebastien Deleuze
2019-09-25 21:48:47 +02:00
parent 2995b6f224
commit c10dcec9ed

View File

@@ -39,7 +39,6 @@ class MetadataExtractorRegistryExtensions {
@Test
fun `metadataToExtract with BiConsumer parameter`() {
val extractor = mockk<MetadataExtractorRegistry>(relaxed = true)
val name = "name"
val mimeType = MimeType.valueOf("application/json")
extractor.metadataToExtract<Map<String, String>>(mimeType) { jsonMap, outputMap ->
outputMap.putAll(jsonMap)