1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fixed new tests

This commit is contained in:
Carlos Alexandro Becker 2017-07-02 12:27:16 -03:00
parent 425300eb5f
commit 3b51b44e35
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -138,7 +138,7 @@ func TestRunPipeFormatOverride(t *testing.T) {
},
},
},
Archives: map[string]string{
Folders: map[string]string{
"darwinamd64": "bin",
},
Publish: true,
@ -166,7 +166,7 @@ func TestRunPipeArchiveDoesntExist(t *testing.T) {
},
},
},
Archives: map[string]string{
Folders: map[string]string{
"darwinamd64": "bin",
},
Publish: true,