mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
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"
|
||||
)
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue