tests/test_xpath_selector_unit/test: Fix answer

pull/2351/head
Constantin Hong 8 months ago
parent 5acd31fb1e
commit de7b66bc8e

@ -275,4 +275,4 @@ def test_Broken_DOM_03(html_content, xpath, answer):
tree = html.fromstring(bytes(html_content, encoding='utf-8'), parser=parser)
# test xpath 1
assert len(tree.xpath(xpath)) == 2
assert len(tree.xpath(xpath)) == answer

Loading…
Cancel
Save