mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-16 04:00:38 +03:00
Fix test suite name
This commit is contained in:
parent
26f838167e
commit
2f4a5fd9ae
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user