Skip to content

Commit

Permalink
[FIX] Do not test the specific exception
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo committed Feb 20, 2018
1 parent 782c28a commit 77fbda8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion html_text/tests/test_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ def test_false_html(self):
self.assertEqual(self.text_from_html(False), "")
with self.assertRaises(Exception):
self.text_from_html(False, fail=True)

0 comments on commit 77fbda8

Please sign in to comment.