Skip to content

Commit

Permalink
Fixed build and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
greymistcube committed Jan 2, 2024
1 parent caea732 commit dd94b60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Libplanet.Explorer.Tests/Queries/StateQueryTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,8 @@ public MockTrie(HashDigest<SHA256>? stateRootHash)

public ITrie Set(in KeyBytes key, IValue value) => throw new NotSupportedException();

public ITrie Remove(in KeyBytes key) => throw new NotSupportedException();

public IValue Get(KeyBytes key)
{
if (_stateRootHash is { })
Expand Down

0 comments on commit dd94b60

Please sign in to comment.