Skip to content

Commit

Permalink
chore: remove the digest reset from `TestInstance_ExecuteBlock_Polkad…
Browse files Browse the repository at this point in the history
…otRuntime`
  • Loading branch information
EclesioMeloJunior committed Jan 18, 2023
1 parent 1820835 commit 0117fa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/runtime/wasmer/exports_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,6 @@ func TestInstance_ExecuteBlock_PolkadotRuntime(t *testing.T) {
parentState := storage.NewTrieState(nil)
instance.SetContextStorage(parentState)

block.Header.Digest = types.NewDigest()
_, err := instance.ExecuteBlock(block)
require.NoError(t, err)
}
Expand Down

0 comments on commit 0117fa9

Please sign in to comment.