Skip to content

Commit

Permalink
Fix typo in a test
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrybus committed Nov 30, 2023
1 parent 8db5cd1 commit a4f5f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def test_help_text_is_not_escaped():
form.helper = FormHelper()

if django.VERSION < (5, 0):
result = "help_text_escape__lt50html"
result = "help_text_escape__lt50.html"
else:
result = "help_text_escape.html"
assert parse_form(form) == parse_expected(result)
Expand Down

0 comments on commit a4f5f87

Please sign in to comment.