SQL/Orm AlbumRepository complete

This commit is contained in:
Deluan 2020-01-12 18:55:55 -05:00 committed by Deluan Quintão
parent 56273dd4d9
commit b9815fc653
9 changed files with 196 additions and 19 deletions

View file

@ -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)