Skip to content

Commit

Permalink
Use assertEqual instead of assertEquals.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmispelon committed Feb 17, 2014
1 parent 116d398 commit 81cd3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/template_tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1938,7 +1938,7 @@ def test_context_comparable(self):
# adds __eq__ in the future
request = RequestFactory().get('/')

self.assertEquals(
self.assertEqual(
RequestContext(request, dict_=test_data),
RequestContext(request, dict_=test_data)
)
Expand Down

0 comments on commit 81cd3a7

Please sign in to comment.