Skip to content

Commit

Permalink
Fix typo in chat_test.go (#564)
Browse files Browse the repository at this point in the history
requetsts -> requests
  • Loading branch information
eltociear committed Nov 12, 2023
1 parent 35495cc commit 9fefd50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func TestChatCompletionsWithRateLimitHeaders(t *testing.T) {
}
resetRequestsTime := headers.ResetRequests.Time()
if resetRequestsTime.Before(time.Now()) {
t.Errorf("unexpected reset requetsts: %v", resetRequestsTime)
t.Errorf("unexpected reset requests: %v", resetRequestsTime)
}

bs1, _ := json.Marshal(headers)
Expand Down

0 comments on commit 9fefd50

Please sign in to comment.