1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-13 01:30: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

View File

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