Skip to content
Snippets Groups Projects
Verified Commit 1a46c8ba authored by Timm Fitschen's avatar Timm Fitschen
Browse files

BUG: fix duplicate test case name

parent 1fc80f6c
No related branches found
No related tags found
2 merge requests!33MAINT: change arguments of create_user,!15F entity role
Pipeline #14325 passed
......@@ -72,7 +72,7 @@ class TestEntity(unittest.TestCase):
self.assertEqual(entity.role, "RecordType")
self.assertEqual(entity.to_xml().tag, "RecordType")
def test_recordtype_role(self):
def test_property_role(self):
entity = Property()
self.assertEqual(entity.role, "Property")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment