mirror of
https://github.com/sot-tech/mochi.git
synced 2026-05-14 14:08:36 -07:00
Fix go vet suggestions
This commit is contained in:
@@ -80,7 +80,7 @@ func TestTorrentPurging(t *testing.T) {
|
||||
}
|
||||
|
||||
if status != http.StatusOK {
|
||||
t.Fatal("expected torrent to exist (got %s)", http.StatusText(status))
|
||||
t.Fatalf("expected torrent to exist (got %s)", http.StatusText(status))
|
||||
}
|
||||
|
||||
// Remove seeder.
|
||||
|
||||
Reference in New Issue
Block a user