Remove t.Fatal at end of single file test
This commit is contained in:
@@ -190,5 +190,4 @@ func TestSingleFile(t *testing.T) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
t.Fatal("HI")
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user