Skip to content

Commit

Permalink
Remove _get_roles
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed Jan 17, 2017
1 parent 3c7d038 commit fa6598f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cadasta/organization/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit fa6598f

Please sign in to comment.