Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
rushter committed Jul 27, 2023
1 parent 2ea7b71 commit e49e20a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@ def test_script_contain(parser):
def test_hash_nodes(parser):
tree = parser("""<div><p><strong>J</strong>ohn</p><p>Doe</p></div>""")
node = tree.css_first("div")
node_dict = {"node": node}
assert node.mem_id == hash(node)


Expand Down

0 comments on commit e49e20a

Please sign in to comment.