From 4b966191aa19fb2e5c77452f0a8189d3b01fbfdc Mon Sep 17 00:00:00 2001 From: Joshua Bezaleel Abednego Date: Tue, 19 May 2020 04:32:32 +0700 Subject: [PATCH] Fix error message for the test of GetWorkflowRunByID (#1529) --- github/actions_workflow_runs_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/actions_workflow_runs_test.go b/github/actions_workflow_runs_test.go index d233819b7f8..c2e512ebd46 100644 --- a/github/actions_workflow_runs_test.go +++ b/github/actions_workflow_runs_test.go @@ -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{