mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-01-23 02:14:33 +00:00
go vet complaint
This commit is contained in:
parent
9640e2c7ce
commit
a1e3f6f31f
1 changed files with 1 additions and 1 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue