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