mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
SQL/Orm AlbumRepository complete
This commit is contained in:
parent
56273dd4d9
commit
b9815fc653
9 changed files with 196 additions and 19 deletions
|
@ -27,7 +27,7 @@ var _ = Describe("ArtistRepository", func() {
|
|||
Expect(err).To(MatchError(domain.ErrNotFound))
|
||||
})
|
||||
|
||||
FDescribe("PurgeInactive", func() {
|
||||
Describe("PurgeInactive", func() {
|
||||
BeforeEach(func() {
|
||||
for _, a := range testArtists {
|
||||
repo.Put(&a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue