Skip to content

Commit c79fee2

Browse files
committed
fix typo
1 parent 99ab4f5 commit c79fee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func TestGitHubClient_Upload(t *testing.T) {
122122

123123
githubClient, ok := client.(*GitHubClient)
124124
if !ok {
125-
t.Fatal("Faield to asset to GithubClient")
125+
t.Fatal("Failed to asset to GithubClient")
126126
}
127127

128128
rc, url, err := githubClient.Repositories.DownloadReleaseAsset(

0 commit comments

Comments
 (0)