Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyarnold authored and ad-m committed Mar 5, 2020
1 parent b12212b commit 414d3a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guardian/testapp/tests/test_shortcuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,6 @@ def test_model_inheritance(self):
self.assertIn(child_with_perm, children)
self.assertNotIn(child_without_perm, children)


def test_exception_different_ctypes(self):
self.assertRaises(MixedContentTypeError, get_objects_for_user,
self.user, ['auth.change_permission', 'auth.change_group'])
Expand Down

0 comments on commit 414d3a4

Please sign in to comment.