Skip to content

Commit

Permalink
Update tests/codex/merkletree/generictreetests.nim
Browse files Browse the repository at this point in the history
Co-authored-by: markspanbroek <mark@spanbroek.net>
Signed-off-by: Dmitriy Ryajov <dryajov@gmail.com>
  • Loading branch information
dryajov and markspanbroek authored Dec 20, 2023
1 parent f8732fd commit 02a2bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codex/merkletree/generictreetests.nim
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ proc testGenericTree*[H, K, U](
check:
tree.root.tryGet == expectedRoot

test "Should build correct tree for un-even bottom layer":
test "Should build correct tree for odd bottom layer":
let
expectedRoot = compress(
compress(
Expand Down

0 comments on commit 02a2bfe

Please sign in to comment.