mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-15 11:40:36 +03:00
Fix test suite name
This commit is contained in:
parent
814db3f033
commit
3a27a2d2d2
@ -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")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user