Fix test suite name

This commit is contained in:
Deluan 2021-02-04 15:44:32 -05:00 committed by Joe Stump
parent 685fa0427d
commit ab78ad869a
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -9,11 +9,11 @@ import (
. "github.com/onsi/gomega"
)
func TestCore(t *testing.T) {
func TestPool(t *testing.T) {
tests.Init(t, false)
log.SetLevel(log.LevelCritical)
RegisterFailHandler(Fail)
RunSpecs(t, "Core Suite")
RunSpecs(t, "Pool Suite")
}
type testItem struct {