mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-16 23:32:32 +03:00
Fix test suite name
This commit is contained in:
parent
04fd72e1fa
commit
6d08a9446d
@ -9,7 +9,7 @@ import (
|
|||||||
. "github.com/onsi/gomega"
|
. "github.com/onsi/gomega"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestEngine(t *testing.T) {
|
func TestCore(t *testing.T) {
|
||||||
tests.Init(t, false)
|
tests.Init(t, false)
|
||||||
log.SetLevel(log.LevelCritical)
|
log.SetLevel(log.LevelCritical)
|
||||||
RegisterFailHandler(Fail)
|
RegisterFailHandler(Fail)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user