Fix test suite name
This commit is contained in:
parent
814db3f033
commit
3a27a2d2d2
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ import (
|
||||||
. "github.com/onsi/gomega"
|
. "github.com/onsi/gomega"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestPersistence(t *testing.T) {
|
func TestEngine(t *testing.T) {
|
||||||
log.SetLevel(log.LevelCritical)
|
log.SetLevel(log.LevelCritical)
|
||||||
RegisterFailHandler(Fail)
|
RegisterFailHandler(Fail)
|
||||||
RunSpecs(t, "Persistence Suite")
|
RunSpecs(t, "Engine Suite")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue