Browse Source

cmd/fdroidcl: fix up test after changing an error

pull/44/head
Daniel Martí 7 years ago
parent
commit
2436c3cb47
  1. 2
      cmd/fdroidcl/endtoend_test.go

2
cmd/fdroidcl/endtoend_test.go

@ -49,7 +49,7 @@ func TestCommands(t *testing.T) {
})
t.Run("SearchBeforeUpdate", func(t *testing.T) {
mustFail(t, `could not open index`, ``, cmdSearch)
mustFail(t, `index does not exist`, ``, cmdSearch)
})
t.Run("UpdateFirst", func(t *testing.T) {
mustSucceed(t, `done`, ``, cmdUpdate)

Loading…
Cancel
Save