Skip to content

Commit 354fd06

Browse files
committed
add comment
1 parent 1214331 commit 354fd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/tests/golden.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ func runGoldenHelmTest(t *testing.T, testCase *goldenHelmTest) {
6262

6363
// then
6464
r.NoError(err, "Golden file doesn't exist or was not readable")
65-
r.Equal(string(expected), output)
65+
r.Equal(string(expected), output, "Rendered output does not match golden file. Please run tests with -update-golden flag to update the golden files.")
6666
}

0 commit comments

Comments
 (0)