Skip to content

Commit

Permalink
test: Libplanet.Tests.Store.Trie.MerkleTrieTest.RemoveValue
Browse files Browse the repository at this point in the history
  • Loading branch information
s2quake committed Feb 7, 2024
1 parent 498b2fc commit 052619f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libplanet.Tests/Store/Trie/MerkleTrieTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ public void RemoveValue()
.Range(0, 100)
.Select(_ => TestUtils.GetRandomBytes(random.Next(2, 10)))
.Select(bytes => (new KeyBytes(bytes), new Text(ByteUtil.Hex(bytes))))
.DistinctBy(kv => kv.Item1)
.ToList();
Stack<(HashDigest<SHA256>, int, int)> expected =
new Stack<(HashDigest<SHA256>, int, int)>();
Expand Down

0 comments on commit 052619f

Please sign in to comment.