Skip to content

Commit

Permalink
update test with new attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
indirectlylit committed Aug 1, 2016
1 parent cc10ca7 commit 5c71f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kolibri/auth/test/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def test_membership_str_method(self):
self.assertEqual(str(self.learner.membership_set.all()[0]), '"foo"@"Arkham"\'s membership in "Oodles of Fun" (learnergroup)')

def test_role_str_method(self):
self.assertEqual(str(self.classroom_coach.role_set.all()[0]), '"bar"@"Arkham"\'s coach role for "Classroom X" (classroom)')
self.assertEqual(str(self.classroom_coach.roles.all()[0]), '"bar"@"Arkham"\'s coach role for "Classroom X" (classroom)')

def test_facility_str_method(self):
self.assertEqual(str(self.facility), "Arkham")
Expand Down

0 comments on commit 5c71f51

Please sign in to comment.