go vet complaint

This commit is contained in:
andreimarcu 2015-10-07 03:02:07 -04:00
parent 9640e2c7ce
commit a1e3f6f31f
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ func TestPostRandomizeJSONUpload(t *testing.T) {
}
if myjson.Filename == filename {
t.Fatalf("Filename is not random", filename, myjson.Filename)
t.Fatalf("Filename (%s) is not random (%s)", filename, myjson.Filename)
}
if myjson.Size != "12" {