mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Implements NowPlayingRepository as an in-memory only struct
This commit is contained in:
parent
c9be5f7201
commit
cead8906d6
10 changed files with 156 additions and 7 deletions
14
persistence/persistence_suite_test.go
Normal file
14
persistence/persistence_suite_test.go
Normal file
|
@ -0,0 +1,14 @@
|
|||
package persistence
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
func TestPersistence(t *testing.T) {
|
||||
//log.SetLevel(log.LevelCritical)
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "Common Persistence Suite")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue