Skip to content

Commit

Permalink
Unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Mar 21, 2024
1 parent 133d355 commit 57522f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/state/storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func TestStorage_StoreAndLoadTrie(t *testing.T) {
require.NoError(t, err)
ts2 := runtime.NewTrieState(trie).Trie()

require.True(t, ts.Trie().Equal(ts2))
require.True(t, trie.Equal(ts2))
}

func TestStorage_GetStorageByBlockHash(t *testing.T) {
Expand Down

0 comments on commit 57522f3

Please sign in to comment.