diff --git a/unittests/test_entity.py b/unittests/test_entity.py
index 0a0b5efaa649423fc173ce80208854fbf3827e91..1e88702ac016d7dcfdf00919dd0f93b5d3345e00 100644
--- a/unittests/test_entity.py
+++ b/unittests/test_entity.py
@@ -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")