1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-04-26 20:08:54 -03:00
parent 57292d64aa
commit bb3f49c34f
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -1,7 +1,6 @@
package build
import (
"log"
"testing"
"github.com/goreleaser/goreleaser/config"
@ -65,7 +64,6 @@ func TestInvalidNameTemplate(t *testing.T) {
}
_, err := nameFor(ctx, buildTarget{"darwin", "amd64", ""})
log.Println(err.Error())
assert.Error(err)
}