Implemented getAlbumList with type=random
This commit is contained in:
@@ -155,7 +155,7 @@ func TestBaseRepository(t *testing.T) {
|
||||
})
|
||||
})
|
||||
Convey("When I call GetAllIds", func() {
|
||||
ids, err := repo.GetAllIds()
|
||||
ids, err := repo.getAllIds()
|
||||
Convey("Then It should not return any error", func() {
|
||||
So(err, ShouldBeNil)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user