Skip to content

Commit e33c536

Browse files
authored
Update github/github_test.go
1 parent 8808e90 commit e33c536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/github_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ func TestDo_rateLimit_abuseRateLimitError_retryAfter(t *testing.T) {
15291529
}
15301530
}
15311531

1532-
// Ensure *AbuseRateLimitError.RetryAfter is parsed correctly for the xRateLimitReset header.
1532+
// Ensure *AbuseRateLimitError.RetryAfter is parsed correctly for the x-ratelimit-reset header.
15331533
func TestDo_rateLimit_abuseRateLimitError_xRateLimitReset(t *testing.T) {
15341534
client, mux, _, teardown := setup()
15351535
defer teardown()

0 commit comments

Comments
 (0)