cmd/swarm: manifest appveyor err

This commit is contained in:
Elad 2019-05-12 23:33:29 +04:00
parent 6ec6b29051
commit 70fc97043d

View file

@ -276,6 +276,7 @@ func inflateBase64Gzip(t *testing.T, base64File, directory string) {
if _, err := io.Copy(file, tarReader); err != nil {
t.Fatal(err)
}
file.Close()
default:
t.Fatal("shouldn't happen")
}