Fix test suite name

This commit is contained in:
Deluan 2020-10-23 21:43:33 -04:00
parent 04fd72e1fa
commit 6d08a9446d
1 changed files with 1 additions and 1 deletions

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)