Fixed AlbumId generation. Some code cleanup

This commit is contained in:
Deluan
2016-03-01 09:17:28 -05:00
parent 20650ed3fd
commit 375fd30045
8 changed files with 20 additions and 47 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ func TestIndexRepository(t *testing.T) {
So(s, shouldBeEqual, i)
})
Convey("Put() should return error if Id is not set", func() {
Convey("Method Put() should return error if Id is not set", func() {
i := &models.ArtistIndex{}
err := repo.Put(i)