mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
test: fixed broken template test
This commit is contained in:
parent
2af7169484
commit
915e404629
@ -19,10 +19,13 @@ func TestTemplate(t *testing.T) {
|
||||
ctx.Version = "1.0.0"
|
||||
ctx.Git.CurrentTag = "v1.0.0"
|
||||
var fields = NewFields(ctx, artifact.Artifact{
|
||||
Name: "binary",
|
||||
Name: "not-this-binary",
|
||||
Goarch: "amd64",
|
||||
Goos: "linux",
|
||||
Goarm: "6",
|
||||
Extra: map[string]string{
|
||||
"Binary": "binary",
|
||||
},
|
||||
}, map[string]string{
|
||||
"linux": "Linux",
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user