Skip to content

Commit

Permalink
TST add missing assert
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed Mar 14, 2016
1 parent 885b9bc commit 7284a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_get_text_around_elems():
assert after[user] == 'required Email:'
assert after[email] == '* Thanks!'

get_text_around_elems(tree, []) == {}, {}
assert get_text_around_elems(tree, []) == {}, {}


def test_get_cleaned_form_html():
Expand Down

0 comments on commit 7284a86

Please sign in to comment.