From 1a3682ec486d1bbac57213582bbf3e7827610c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 28 Sep 2016 20:59:22 +0100 Subject: [PATCH] index: fix test after Apk.repo refactor --- index_test.go | 1 - 1 file changed, 1 deletion(-) 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 } }