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
Branches
Tags
2 merge requests!33MAINT: change arguments of create_user,!15F entity role
Checking pipeline status
...@@ -72,7 +72,7 @@ class TestEntity(unittest.TestCase): ...@@ -72,7 +72,7 @@ class TestEntity(unittest.TestCase):
self.assertEqual(entity.role, "RecordType") self.assertEqual(entity.role, "RecordType")
self.assertEqual(entity.to_xml().tag, "RecordType") self.assertEqual(entity.to_xml().tag, "RecordType")
def test_recordtype_role(self): def test_property_role(self):
entity = Property() entity = Property()
self.assertEqual(entity.role, "Property") self.assertEqual(entity.role, "Property")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment