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

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) {