Skip to content

Commit

Permalink
Merge pull request #497 from ilaumjd/fix/remove-bad-test-case
Browse files Browse the repository at this point in the history
fix: remove bad test case
  • Loading branch information
gleitz authored Aug 16, 2024
2 parents 6f8813d + 7d24e9e commit af1ce83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_howdoi.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ def test_help_queries(self):
def test_missing_pre_or_code_query(self):
output = howdoi.howdoi(self.query_without_code_or_pre_block)
self.assertTrue(output)
self.assertIn('XML elements present in a XML', output)

def test_format_url_to_filename(self):
url = 'https://stackoverflow.com/questions/tagged/cat'
Expand Down

0 comments on commit af1ce83

Please sign in to comment.