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

fixed unit test

This commit is contained in:
Carlos Alexandro Becker 2017-07-02 17:52:29 -03:00
parent 95dd76d483
commit bb662641f3
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -17,7 +17,7 @@ func TestDescribeBody(t *testing.T) {
out, err := describeBody(ctx)
assert.NoError(err)
assert.Contains(out.String(), changelog)
assert.Contains(out.String(), "Automated with @goreleaser")
assert.Contains(out.String(), "Automated with [GoReleaser]")
assert.Contains(out.String(), "Built with go version go1.8")
}