Skip to content

Commit

Permalink
fix for fix :)
Browse files Browse the repository at this point in the history
  • Loading branch information
theromis committed May 16, 2016
1 parent 5997a8c commit 390a0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crispy_forms/tests/test_form_helper.py
Expand Up @@ -670,7 +670,7 @@ def test_error_and_help_inline():

# Check that help goes before error, otherwise CSS won't work
help_position = html.find('<span id="hint_id_email" class="help-inline">')
error_position = html.find('<small id="error_1_id_email" class="text-muted">')
error_position = html.find('<p id="error_1_id_email" class="help-block">')
assert help_position < error_position

# Viceversa
Expand Down

0 comments on commit 390a0d0

Please sign in to comment.