From 3a48a0bcdc24591113c225c3c14fc810de34c64d Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Wed, 12 Mar 2025 00:11:29 -0500 Subject: [PATCH] Remove t.Fatal at end of single file test --- squashfs_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/squashfs_test.go b/squashfs_test.go index 1e0873d..ff3f074 100644 --- a/squashfs_test.go +++ b/squashfs_test.go @@ -190,5 +190,4 @@ func TestSingleFile(t *testing.T) { if err != nil { t.Fatal(err) } - t.Fatal("HI") }