pkg/services: fix ineffassign issues
This commit is contained in:
@@ -256,6 +256,7 @@ func TestAnnotations(t *testing.T) {
|
||||
annotationId := items[0].Id
|
||||
|
||||
err = repo.Delete(&annotations.DeleteParams{Id: annotationId})
|
||||
So(err, ShouldBeNil)
|
||||
|
||||
items, err = repo.Find(query)
|
||||
So(err, ShouldBeNil)
|
||||
|
||||
Reference in New Issue
Block a user