From 7d24e9e1c87811a6e66d60f504381383cf1ac3fd Mon Sep 17 00:00:00 2001 From: ilaumjd Date: Fri, 16 Aug 2024 22:13:03 +0700 Subject: [PATCH] fix: remove bad test case --- test_howdoi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test_howdoi.py b/test_howdoi.py index 9c90b686e..6b97b41af 100644 --- a/test_howdoi.py +++ b/test_howdoi.py @@ -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'