Update to track refactor updates
Added use of cache blob statter Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
parent
568df315ff
commit
296a8415b9
5 changed files with 201 additions and 173 deletions
|
@ -237,7 +237,7 @@ func TestBlobUploadChunked(t *testing.T) {
|
|||
}
|
||||
l := r.Blobs(ctx)
|
||||
|
||||
upload, err := l.Writer(ctx)
|
||||
upload, err := l.Create(ctx)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
@ -348,7 +348,7 @@ func TestBlobUploadMonolithic(t *testing.T) {
|
|||
}
|
||||
l := r.Blobs(ctx)
|
||||
|
||||
upload, err := l.Writer(ctx)
|
||||
upload, err := l.Create(ctx)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue