Browse Source

index: fix test after Apk.repo refactor

pull/20/head
Daniel Martí 10 years ago
parent
commit
1a3682ec48
  1. 1
      index_test.go

1
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
}
}

Loading…
Cancel
Save