diff --git a/serde/src/test/kotlin/com/amazon/ionhiveserde/configuration/CaseInsensitiveDecoratorTest.kt b/serde/src/test/kotlin/com/amazon/ionhiveserde/configuration/CaseInsensitiveDecoratorTest.kt index 4a26f1b..24408f0 100644 --- a/serde/src/test/kotlin/com/amazon/ionhiveserde/configuration/CaseInsensitiveDecoratorTest.kt +++ b/serde/src/test/kotlin/com/amazon/ionhiveserde/configuration/CaseInsensitiveDecoratorTest.kt @@ -88,7 +88,6 @@ class CaseInsensitiveDecoratorTest { fun ionStructCaseInsensitiveDecoratorGetStruct() { val struct = struct_for(" { Foo: {} }") assertStructWrapper(struct.get("Foo")) - } @Test