Add more tests

This commit is contained in:
Deluan
2021-07-18 21:55:11 -04:00
committed by Deluan Quintão
parent 58ee4c60ca
commit 69f71be98a
3 changed files with 14 additions and 6 deletions
+2 -4
View File
@@ -3,12 +3,10 @@ package persistence
import (
"context"
"github.com/navidrome/navidrome/log"
"github.com/deluan/rest"
. "github.com/Masterminds/squirrel"
"github.com/astaxie/beego/orm"
"github.com/deluan/rest"
"github.com/navidrome/navidrome/log"
"github.com/navidrome/navidrome/model"
)