Fix test suite name
This commit is contained in:
@@ -9,11 +9,11 @@ import (
|
|||||||
. "github.com/onsi/gomega"
|
. "github.com/onsi/gomega"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestCore(t *testing.T) {
|
func TestPool(t *testing.T) {
|
||||||
tests.Init(t, false)
|
tests.Init(t, false)
|
||||||
log.SetLevel(log.LevelCritical)
|
log.SetLevel(log.LevelCritical)
|
||||||
RegisterFailHandler(Fail)
|
RegisterFailHandler(Fail)
|
||||||
RunSpecs(t, "Core Suite")
|
RunSpecs(t, "Pool Suite")
|
||||||
}
|
}
|
||||||
|
|
||||||
type testItem struct {
|
type testItem struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user