Skip to content

Commit

Permalink
chore: fix Test_Service_handleCodeSubstitution
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Feb 27, 2024
1 parent 5de40ac commit 1560eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dot/core/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ func Test_Service_handleCodeSubstitution(t *testing.T) {
errWrapped: io.ErrUnexpectedEOF,
},
"store_code_substitution_block_hash_error": {
trieState: rtstorage.NewTrieState(trie.NewEmptyTrie()),
serviceBuilder: func(ctrl *gomock.Controller) *Service {
storedRuntime := NewMockInstance(ctrl)
storedRuntime.EXPECT().Keystore().Return(nil)
Expand Down

0 comments on commit 1560eb5

Please sign in to comment.