Switch converter test to new directive scheme
This commit is contained in:
@@ -35,8 +35,4 @@ class Directives {
|
||||
values.flatMap { InTextDirectivesUtils.splitValues(arrayListOf(), it) }
|
||||
}
|
||||
}
|
||||
|
||||
public fun asMapOfSingleValues(): Map<String, String?> {
|
||||
return directives.entries.associate { it.key to it.value?.single() }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user