diff --git a/cadasta/organization/tests/test_models.py b/cadasta/organization/tests/test_models.py index 55ee51c51..24da41c7f 100644 --- a/cadasta/organization/tests/test_models.py +++ b/cadasta/organization/tests/test_models.py @@ -183,9 +183,6 @@ def test_has_records(self): class ProjectRoleTest(UserTestCase, TestCase): - def _get_roles(self): - pass - def setUp(self): super().setUp() self.project = ProjectFactory.create()