diff --git a/src/arcaflow_plugin_sdk/test_schema.py b/src/arcaflow_plugin_sdk/test_schema.py index a1cee2b..31a919a 100644 --- a/src/arcaflow_plugin_sdk/test_schema.py +++ b/src/arcaflow_plugin_sdk/test_schema.py @@ -608,11 +608,6 @@ def setUp(self): discriminator_field_name: PropertyType( schema.StringType(), ), - # TODO - # simplify and improve and error message when - # a property is specified in the Schema, but - # does not exist on the source dataclass - # "code": PropertyType(schema.IntType()), "msg2": PropertyType(schema.StringType()), }, ),