Skip to content

Commit

Permalink
Merge branch 'staging' into feat/enterprise-blobber
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitenjain14 authored Nov 8, 2024
2 parents d4d99f5 + 7c90bfb commit 918f6ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zboxcore/sdk/allocation_file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import (

"github.com/0chain/gosdk/zboxcore/blockchain"
"github.com/0chain/gosdk/zboxcore/client"
zclient "github.com/0chain/gosdk/zboxcore/client"

Check failure on line 22 in zboxcore/sdk/allocation_file_test.go

View workflow job for this annotation

GitHub Actions / go-test

"github.com/0chain/gosdk/zboxcore/client" imported as zclient and not used
"github.com/0chain/gosdk/zboxcore/mocks"
"github.com/0chain/gosdk/zboxcore/zboxutil"
"github.com/stretchr/testify/mock"
Expand Down Expand Up @@ -649,6 +650,7 @@ func TestAllocation_EncryptAndUploadFileWithThumbnail(t *testing.T) {
require.NoError(t, err)
}


// func TestAllocation_RepairFile(t *testing.T) {
// const (
// mockFileRefName = "mock file ref name"
Expand Down Expand Up @@ -924,3 +926,4 @@ func TestAllocation_EncryptAndUploadFileWithThumbnail(t *testing.T) {
// })
// }
// }

0 comments on commit 918f6ef

Please sign in to comment.