Fix test suite name

This commit is contained in:
Deluan 2020-01-15 21:52:50 -05:00
parent 814db3f033
commit 3a27a2d2d2
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ import (
. "github.com/onsi/gomega"
)
func TestPersistence(t *testing.T) {
func TestEngine(t *testing.T) {
log.SetLevel(log.LevelCritical)
RegisterFailHandler(Fail)
RunSpecs(t, "Persistence Suite")
RunSpecs(t, "Engine Suite")
}