Implemented getAlbumList with type=random

This commit is contained in:
Deluan
2016-03-08 21:54:32 -05:00
parent 867ca0580c
commit 9bea04f330
8 changed files with 44 additions and 5 deletions
+1 -1
View File
@@ -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)
})