1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-01-14 20:11:47 -02:00
parent 276e521e5e
commit 6d884dde1b
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/goreleaser", config.Release.Repo)
assert.Equal("goreleaser", config.Build.BinaryName)
assert.Equal("main.go", config.Build.Main)
assert.Equal("tar.gz", config.Archive.Format)
assert.Contains(config.Build.Goos, "darwin")