Skip to content

Commit f470922

Browse files
committed
fix linter complaining about thelper finalize_test.go
Signed-off-by: s1gnate-sync <[email protected]>
1 parent 808bac2 commit f470922

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

filesystem/iso9660/finalize_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ func TestFinalizeElTorito(t *testing.T) {
3030
}
3131
finalizeElTorito(t, dir)
3232
}
33+
3334
func TestFinalizeElToritoWithInaccurateTmpDir(t *testing.T) {
3435
finalizeElTorito(t, "")
3536
dir, err := os.MkdirTemp("/tmp//", "workspace")
@@ -39,6 +40,7 @@ func TestFinalizeElToritoWithInaccurateTmpDir(t *testing.T) {
3940
finalizeElTorito(t, dir)
4041
}
4142

43+
//nolint:thelper // this is not a helper function
4244
func finalizeElTorito(t *testing.T, workspace string) {
4345
blocksize := int64(2048)
4446
f, err := os.CreateTemp("", "iso_finalize_test")

0 commit comments

Comments
 (0)