Sorting artist index

This commit is contained in:
Deluan
2016-03-01 19:50:20 -05:00
parent 6092076fad
commit 25a9320bce
4 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ func TestBaseRepository(t *testing.T) {
Convey("When I call loadAll", func() {
var es = make([]TestEntity, 0)
err := repo.loadAll(&es)
err := repo.loadAll(&es, "")
Convey("Then It should not return any error", func() {
So(err, ShouldBeNil)
})