Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw authored and lamby committed Sep 24, 2019
1 parent 578fca0 commit 670814e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_comparison(self):
self.assertGreater(item2, item1)
self.assertGreaterEqual(item2, item2_copy)
self.assertLessEqual(item2, item2_copy)

def test_lazy_translation_in_display(self):
item = Item(10, 'slug', _("Display"))
self.assertEqual(item.display, "Display")
Expand Down

0 comments on commit 670814e

Please sign in to comment.