Polishing

This commit is contained in:
Sam Brannen
2021-06-07 13:24:46 +02:00
parent f854803e18
commit f0f450a18d
6 changed files with 19 additions and 25 deletions

View File

@@ -141,6 +141,7 @@ class YamlProcessorTests {
}
@Test
@SuppressWarnings("unchecked")
void standardTypesSupportedByDefault() throws Exception {
setYaml("value: !!set\n ? first\n ? second");
this.processor.process((properties, map) -> {