We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8acb5f commit 34f3a11Copy full SHA for 34f3a11
api_test.go
@@ -142,7 +142,7 @@ func TestAPIError(t *testing.T) {
142
t.Fatalf("Unexpected API error code: %s", *apiErr.Code)
143
}
144
if apiErr.Error() == "" {
145
- t.Fatal("Empty error message occured")
+ t.Fatal("Empty error message occurred")
146
147
148
@@ -168,7 +168,7 @@ func TestRequestError(t *testing.T) {
168
169
170
if reqErr.Unwrap() == nil {
171
- t.Fatalf("Empty request error occured")
+ t.Fatalf("Empty request error occurred")
172
173
174
0 commit comments