Browse Source

Fix broken index test

pull/16/head
Daniel Martí 10 years ago
parent
commit
2178b9eb5b
  1. 4
      index_test.go

4
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) {

Loading…
Cancel
Save