Skip to content

Commit

Permalink
Fix error message for the test of GetWorkflowRunByID (google#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabezaleel authored May 18, 2020
1 parent e6ecd6b commit 4b96619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/actions_workflow_runs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func TestActionsService_GetWorkflowRunByID(t *testing.T) {

runs, _, err := client.Actions.GetWorkflowRunByID(context.Background(), "o", "r", 29679449)
if err != nil {
t.Errorf("Actions.ListWorkFlowRunsByFileName returned error: %v", err)
t.Errorf("Actions.GetWorkflowRunByID returned error: %v", err)
}

want := &WorkflowRun{
Expand Down

0 comments on commit 4b96619

Please sign in to comment.