Forgot to add test code.

This commit is contained in:
Peter - Ubuntu dual boot
2021-09-19 20:03:48 +01:00
parent 13330c4e1b
commit f530e90d27

View File

@@ -14,7 +14,6 @@ import (
"github.com/stretchr/testify/assert"
)
func TestAlbumCover(t *testing.T) {
db := test_utils.DatabaseTest(t)
@@ -154,6 +153,7 @@ func TestAlbumCover(t *testing.T) {
// })
}
//
//
// func (r *albumResolver) Thumbnail(ctx context.Context, obj *models.Album) (*models.Media, error) {