Skip to content

Commit 34af93f

Browse files
author
Jayash Satolia
committed
Fix
1 parent 6b87b16 commit 34af93f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/go/0chain.net/blobbercore/handler/object_operation_handler_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ func TestDownloadFile(t *testing.T) {
141141
}
142142
}
143143

144-
makeMockMakeSCRestAPICall := func(t *testing.T, p parameters) func(scAddress string, relativePath string, params map[string]string) ([]byte, error) {
145-
return func(scAddress string, relativePath string, params map[string]string) ([]byte, error) {
144+
makeMockMakeSCRestAPICall := func(t *testing.T, p parameters) func(scAddress string, relativePath string, params map[string]string, options ...string) ([]byte, error) {
145+
return func(scAddress string, relativePath string, params map[string]string, options ...string) ([]byte, error) {
146146
require.New(t)
147147
require.EqualValues(t, scAddress, transaction.STORAGE_CONTRACT_ADDRESS)
148148
switch relativePath {

0 commit comments

Comments
 (0)