diff --git a/src/main_test.go b/src/main_test.go index 8dca16f..cfe9bf9 100644 --- a/src/main_test.go +++ b/src/main_test.go @@ -80,7 +80,7 @@ func TestGetFileType(t *testing.T) { for test, res := range tests { if GetFileType(test) != res { t.Log("On test ", test, " result is ", GetFileType(test), " but right is ", res, "") + t.Fail() } - t.Fail() } }