Skip to content

Commit

Permalink
type on test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lsanpablo committed Dec 8, 2015
1 parent 03c7f14 commit 4e5c57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_loud_error_raised_on_removed_setting(self):
Make sure user is alerted with an error when a removed setting
is set.
"""
with self.asserRaise(AttributeError):
with self.assertRaise(AttributeError):
APISettings({
'MAX_PAGINATE_BY': 100
})
Expand Down

0 comments on commit 4e5c57a

Please sign in to comment.