Skip to content

Commit

Permalink
test: fix goldenfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Oct 13, 2022
1 parent 4c8628d commit a15b7ec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions internal/deprecate/testdata/TestNotice.txt.golden
@@ -1,3 +1,3 @@
• first
DEPRECATED: `foo.bar.whatever: foobar` should not be used anymore, check https://goreleaser.com/deprecations#foobarwhatever-foobar for more info
• last
 first
 DEPRECATED: `foo.bar.whatever: foobar` should not be used anymore, check https://goreleaser.com/deprecations#foobarwhatever-foobar for more info
 last
6 changes: 3 additions & 3 deletions internal/deprecate/testdata/TestNoticeCustom.txt.golden
@@ -1,3 +1,3 @@
• first
DEPRECATED: some custom template with a url https://goreleaser.com/deprecations#something-else
• last
 first
 DEPRECATED: some custom template with a url https://goreleaser.com/deprecations#something-else
 last
4 changes: 2 additions & 2 deletions internal/logext/testdata/TestWriter/debug/0.txt.golden
@@ -1,2 +1,2 @@
• foo foo=bar
• bar foo=bar
 foo foo=bar
 bar foo=bar
4 changes: 2 additions & 2 deletions internal/logext/testdata/TestWriter/debug/1.txt.golden
@@ -1,2 +1,2 @@
• foo foo=bar
• bar foo=bar
 foo foo=bar
 bar foo=bar

0 comments on commit a15b7ec

Please sign in to comment.