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

more renames

This commit is contained in:
Carlos Alexandro Becker 2017-01-14 20:05:36 -02:00
parent 5974b4570c
commit be4c189f70
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -18,8 +18,8 @@ func TestFillBasicData(t *testing.T) {
assert.NoError(Pipe{}.Run(ctx))
assert.Equal("goreleaser/releaser", config.Repo)
assert.Equal("releaser", config.BinaryName)
assert.Equal("goreleaser/gogoreleaser", config.Repo)
assert.Equal("goreleaser", config.BinaryName)
assert.Equal("main.go", config.Build.Main)
assert.Equal("tar.gz", config.Archive.Format)
assert.Contains(config.Build.Oses, "darwin")