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

ensuring #300 doesnt happen

This commit is contained in:
Carlos Alexandro Becker 2017-07-13 22:22:44 -03:00
parent b7c93a213e
commit a5a809e9b5
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -175,6 +175,7 @@ func TestValidState(t *testing.T) {
Validate: true,
}
assert.NoError(Pipe{}.Run(ctx))
assert.NotContains("commit3", ctx.ReleaseNotes)
}
func TestNoValidate(t *testing.T) {