Implement annotations per user

This commit is contained in:
Deluan 2020-01-21 23:01:43 -05:00
parent e03304650d
commit d7116eebd4
26 changed files with 572 additions and 262 deletions

View file

@ -44,7 +44,7 @@ var _ = Describe("AlbumRepository", func() {
Describe("GetStarred", func() {
It("returns all starred records", func() {
Expect(repo.GetStarred(model.QueryOptions{})).To(Equal(model.Albums{
Expect(repo.GetStarred("userid", model.QueryOptions{})).To(Equal(model.Albums{
albumRadioactivity,
}))
})