feat: alter tests to clear all namespaces on tearDown

This commit is contained in:
2025-11-26 15:07:22 -03:00
parent fcea994dd6
commit 136d68d273

View File

@@ -19,7 +19,7 @@ class TestSchemaConverter(TestCase):
self.converter = SchemaConverter() self.converter = SchemaConverter()
def tearDown(self): def tearDown(self):
self.converter.clear_ref_cache() self.converter.clear_ref_cache(namespace=None)
def test_invalid_schema(self): def test_invalid_schema(self):
schema = { schema = {