We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de78615 commit cf58149Copy full SHA for cf58149
1 file changed
cmpimg/checkplot.go
@@ -30,6 +30,8 @@ func goldenPath(path string) string {
30
// For image.Image formats, a base64 encoded png representation is output to
31
// the testing log when a difference is identified.
32
func CheckPlot(ExampleFunc func(), t *testing.T, filenames ...string) {
33
+ t.Helper()
34
+
35
paths := make([]string, len(filenames))
36
for i, fn := range filenames {
37
paths[i] = filepath.Join("testdata", fn)
0 commit comments