Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Sanders committed Sep 5, 2018
1 parent da02647 commit 5aa807d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keybase/report_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func TestReportActionApply(t *testing.T) {
defer server.Close()

ctx := testContext(t)
actionResponse := UpdatActionResponse{updater.UpdateActionApply, false, 0}
actionResponse := updater.UpdatePromptResponse{updater.UpdateActionApply, false, 0}
err := ctx.reportAction(actionResponse, &testUpdate, testOptions, server.URL, testReportTimeout)
assert.NoError(t, err)
}
Expand All @@ -82,7 +82,7 @@ func TestReportActionEmpty(t *testing.T) {
defer server.Close()

ctx := testContext(t)
actionResponse := UpdatActionResponse{"", false, 0}
actionResponse := updater.UpdatePromptResponse{"", false, 0}
err := ctx.reportAction(actionResponse, &testUpdate, testOptions, server.URL, testReportTimeout)
assert.NoError(t, err)
}
Expand Down

0 comments on commit 5aa807d

Please sign in to comment.