Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Jun 15, 2021
1 parent 99ab4f5 commit c79fee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c79fee2

Please sign in to comment.