Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Jun 28, 2023
1 parent 8a162da commit 7aa3a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_templatetags.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,4 +553,4 @@ def test_radioset_inline(self):
'<label class="sr-only" for="id_radio_0">Radio</label>',
)
self.assertHTMLEqual(res, expected)
self.assertIn(' <div class="radio">', res)
self.assertIn(' <div class="radio">', res, msg="Missing relevant whitespace for inline rendering.")

0 comments on commit 7aa3a43

Please sign in to comment.