diff --git a/core/core_suite_test.go b/core/core_suite_test.go index 6146df11..2fdc7c66 100644 --- a/core/core_suite_test.go +++ b/core/core_suite_test.go @@ -9,7 +9,7 @@ import ( . "github.com/onsi/gomega" ) -func TestEngine(t *testing.T) { +func TestCore(t *testing.T) { tests.Init(t, false) log.SetLevel(log.LevelCritical) RegisterFailHandler(Fail)