Skip to content

Commit

Permalink
go vet complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
andreimarcu committed Oct 7, 2015
1 parent 9640e2c commit a1e3f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit a1e3f6f

Please sign in to comment.