Skip to content

Commit af1ce83

Browse files
authored
Merge pull request #497 from ilaumjd/fix/remove-bad-test-case
fix: remove bad test case
2 parents 6f8813d + 7d24e9e commit af1ce83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test_howdoi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ def test_help_queries(self):
276276
def test_missing_pre_or_code_query(self):
277277
output = howdoi.howdoi(self.query_without_code_or_pre_block)
278278
self.assertTrue(output)
279-
self.assertIn('XML elements present in a XML', output)
280279

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

0 commit comments

Comments
 (0)