Remove t.Fatal at end of single file test

This commit is contained in:
Caleb Gardner
2025-03-12 00:11:29 -05:00
parent f11416493e
commit 3a48a0bcdc
-1
View File
@@ -190,5 +190,4 @@ func TestSingleFile(t *testing.T) {
if err != nil {
t.Fatal(err)
}
t.Fatal("HI")
}