Skip to content

Commit ea3491e

Browse files
committed
fix linter
1 parent 4416495 commit ea3491e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/clu2adv_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func TestClu2AdvParams(t *testing.T) {
4747
},
4848
"basic use": {
4949
args: []string{"--file", fileIn, "--output", fileOut},
50-
assertFunc: func(t *testing.T) { e2e.CompareFiles(t, fs, fileOut, fileExpected) },
50+
assertFunc: func(t *testing.T) { t.Helper(); e2e.CompareFiles(t, fs, fileOut, fileExpected) },
5151
},
5252
}
5353
for name, tc := range tests {

0 commit comments

Comments
 (0)