Skip to content

Commit

Permalink
Merge branch 'main' into corver/metriceth2
Browse files Browse the repository at this point in the history
  • Loading branch information
corverroos authored Apr 5, 2022
2 parents 72b72e6 + 85dfd4a commit d8fce48
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion testutil/golden.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var cleanOnce sync.Once
func RequireGoldenBytes(t *testing.T, data []byte) {
t.Helper()

filename := path.Join("testdata", strings.ReplaceAll(t.Name(), "/", "_"))
filename := path.Join("testdata", strings.ReplaceAll(t.Name(), "/", "_")+".golden")

if *update {
if *clean {
Expand Down

0 comments on commit d8fce48

Please sign in to comment.