Fix test suite name

This commit is contained in:
Deluan 2020-10-23 21:43:33 -04:00 committed by Joe Stump
parent 289cabf945
commit 5fc08bd97a
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -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)