Skip to content

Commit

Permalink
fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sstanculeanu committed May 25, 2023
1 parent c00f667 commit 0a981e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataRetriever/storageRequesters/trieNodeRequester_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func TestTrieNodeRequester_Close(t *testing.T) {
t.Parallel()

args := createMockTrieRequesterArguments()
args.TrieStorageManager = &testscommon.StorageManagerStub{
args.TrieStorageManager = &storageManager.StorageManagerStub{
CloseCalled: func() error {
return expectedErr
},
Expand Down

0 comments on commit 0a981e6

Please sign in to comment.