From c79fee28907d06b776c8e8e4403faed382e5b38c Mon Sep 17 00:00:00 2001 From: Ichinose Shogo Date: Tue, 15 Jun 2021 20:59:09 +0900 Subject: [PATCH] fix typo --- github_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github_test.go b/github_test.go index 9405735..3ecec64 100644 --- a/github_test.go +++ b/github_test.go @@ -122,7 +122,7 @@ func TestGitHubClient_Upload(t *testing.T) { githubClient, ok := client.(*GitHubClient) if !ok { - t.Fatal("Faield to asset to GithubClient") + t.Fatal("Failed to asset to GithubClient") } rc, url, err := githubClient.Repositories.DownloadReleaseAsset(