Skip to content

Commit 3a48a0b

Browse files
committed
Remove t.Fatal at end of single file test
1 parent f114164 commit 3a48a0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

squashfs_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,4 @@ func TestSingleFile(t *testing.T) {
190190
if err != nil {
191191
t.Fatal(err)
192192
}
193-
t.Fatal("HI")
194193
}

0 commit comments

Comments
 (0)