diff --git a/index_test.go b/index_test.go index a4bb435..9e31700 100644 --- a/index_test.go +++ b/index_test.go @@ -110,8 +110,8 @@ func TestLoadIndexXML(t *testing.T) { app := &c.want.Apps[i] for i := range app.Apks { apk := &app.Apks[i] - apk.Repo = &got.Repo - apk.App = app + apk.repo = &got.Repo + apk.AppID = app.ID } } if !reflect.DeepEqual(got, c.want) {