Lint and documentation fixes
Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
parent
131b608aeb
commit
eb2ac4301f
3 changed files with 10 additions and 1 deletions
|
@ -152,7 +152,7 @@ func TestUploadReadFrom(t *testing.T) {
|
|||
t.Fatalf("Expected error when not found")
|
||||
}
|
||||
if err != distribution.ErrBlobUploadUnknown {
|
||||
t.Fatalf("Wrong error thrown: %s, expected", err, distribution.ErrBlobUploadUnknown)
|
||||
t.Fatalf("Wrong error thrown: %s, expected %s", err, distribution.ErrBlobUploadUnknown)
|
||||
}
|
||||
|
||||
// 400 valid json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue