diff --git a/changedetectionio/tests/test_xpath_selector_unit.py b/changedetectionio/tests/test_xpath_selector_unit.py index 0cbbb045..958e2e29 100644 --- a/changedetectionio/tests/test_xpath_selector_unit.py +++ b/changedetectionio/tests/test_xpath_selector_unit.py @@ -257,5 +257,5 @@ def test_Broken_DOM_02(html_content, xpath, answer): # In normal situation, DOM's root element node is only one. So when DOM violation happens, Exception occurs. html_content = html_tools.xpath_filter(xpath, html_content, append_pretty_line_formatting=True) assert type(html_content) == str - # check the answer is *not in* the html_content + # Check the answer is *not in* the html_content assert answer not in html_content