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

test: fix broken test

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-08-10 00:14:51 -03:00
parent fcc1856590
commit 22da01914a
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -764,6 +764,7 @@ func TestChangelogFormat(t *testing.T) {
)
require.NoError(t, err)
require.Equal(t, `## Changelog
### catch-all
* aea123 foo
* aef653 bar`, out)