fixed typos
Signed-off-by: Phil Misiowiec <phil.misiowiec@atlashealth.com>
This commit is contained in:
parent
318af0b1ce
commit
1f31f595d9
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ func TestSimpleBlobUpload(t *testing.T) {
|
|||
// Do a resume, get unknown upload
|
||||
blobUpload, err = bs.Resume(ctx, blobUpload.ID())
|
||||
if err != distribution.ErrBlobUploadUnknown {
|
||||
t.Fatalf("unexpected error resuming upload, should be unkown: %v", err)
|
||||
t.Fatalf("unexpected error resuming upload, should be unknown: %v", err)
|
||||
}
|
||||
|
||||
// Restart!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue