Merge branch 'main' into ez/update-new-from-token

This commit is contained in:
Ben Tranter 2020-10-01 11:05:48 -04:00 committed by GitHub
commit 685330fad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ func TestDo_rateLimitRace(t *testing.T) {
req, _ := client.NewRequest(ctx, http.MethodGet, "/", nil)
_, err := client.Do(context.Background(), req, nil)
if err != nil {
t.Fatalf("Do(): %v", err)
t.Errorf("Do(): %v", err)
}
wg.Done()
}()