mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
fix
This commit is contained in:
parent
57292d64aa
commit
bb3f49c34f
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user