diff --git a/test/a_main_test.go b/test/a_main_test.go index 6a8cd38..3b10caf 100644 --- a/test/a_main_test.go +++ b/test/a_main_test.go @@ -3,7 +3,7 @@ package test import ( "os" "testing" - + "log" "github.com/HiWay-Media/compress-go/compress" ) @@ -21,6 +21,7 @@ func TestMain(m *testing.M) { func TestNewCompress(t *testing.T) { c, err := GetCompress() if err != nil { + log.Println("error getComrpess", err.Error()) t.Fatalf(err.Error()) } c.IsDebug()