We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4416495 commit ea3491eCopy full SHA for ea3491e
test/e2e/clu2adv_test.go
@@ -47,7 +47,7 @@ func TestClu2AdvParams(t *testing.T) {
47
},
48
"basic use": {
49
args: []string{"--file", fileIn, "--output", fileOut},
50
- assertFunc: func(t *testing.T) { e2e.CompareFiles(t, fs, fileOut, fileExpected) },
+ assertFunc: func(t *testing.T) { t.Helper(); e2e.CompareFiles(t, fs, fileOut, fileExpected) },
51
52
}
53
for name, tc := range tests {
0 commit comments