Skip to content

Commit

Permalink
Test leaf 'Keccak'
Browse files Browse the repository at this point in the history
  • Loading branch information
emlautarom1 committed Jun 19, 2023
1 parent 2310146 commit abeba6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Paprika.Tests/Merkle/NodeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ public void Leaf_encoding()

Assert.That(leaf.IsDirty, Is.EqualTo(true));
Assert.That(leaf.Type, Is.EqualTo(NodeType.Leaf));
Assert.That(leaf.Keccak, Is.EqualTo(Keccak.Zero));
}
}

0 comments on commit abeba6b

Please sign in to comment.