Skip to content

Commit

Permalink
Remove invalid assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeairheller committed Jul 18, 2024
1 parent 5f1813f commit 59b8587
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def test_tree():

assert proof.pod["root"] == root.qb64
assert proof.pod["value"] == saider.qb64
assert len(proof.pod["side_nodes"]) >= 12

saider = coring.Saider(qb64b=b"EPmcEGTcz8-xNCOP6Bcg0ar57BVT6TumnJ4quwm-cnTH")
proof = tree.prove(saider)
Expand Down

0 comments on commit 59b8587

Please sign in to comment.