Skip to content

Commit

Permalink
test: updated blobindexer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Monika-Bitfly committed Feb 13, 2025
1 parent fb4a5a4 commit 90b0045
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 171 deletions.
2 changes: 1 addition & 1 deletion backend/pkg/blobindexer/blobindexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var enableCheckingBeforePutting = false
var waitForOtherBlobIndexerDuration = time.Second * 60

type BlobIndexer struct {
BlobStore *blobstore.S3BlobStore
BlobStore blobstore.BlobStore
running bool
runningMu *sync.Mutex
clEndpoint string
Expand Down
Loading

0 comments on commit 90b0045

Please sign in to comment.