Skip to content

Commit

Permalink
Corrected typo in test comment. (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Mar 26, 2020
1 parent f94d104 commit 9305753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1577,6 +1577,6 @@ def test_translation_override_label(self):
])

def test_help_text(self):
# regression test for #756 - the ususal CSV help_text is not relevant to ordering filters.
# regression test for #756 - the usual CSV help_text is not relevant to ordering filters.
self.assertEqual(OrderingFilter().field.help_text, '')
self.assertEqual(OrderingFilter(help_text='a').field.help_text, 'a')

0 comments on commit 9305753

Please sign in to comment.