Move mock datastore to tests package
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package engine
|
||||
|
||||
import (
|
||||
"github.com/deluan/navidrome/core"
|
||||
"github.com/google/wire"
|
||||
)
|
||||
|
||||
var Set = wire.NewSet(
|
||||
NewPlaylists,
|
||||
NewPlayers,
|
||||
core.NewPlayers,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user