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 4998b4c commit a62fbeeCopy full SHA for a62fbee
request_test.go
@@ -473,7 +473,7 @@ func TestUnmarshalNullableRelationshipsNonExistentValue(t *testing.T) {
473
474
outBuf := bytes.NewBuffer(nil)
475
if err := json.NewEncoder(outBuf).Encode(payload); err != nil {
476
- log.Fatalf("failed to encode: %v", err)
+ t.Fatalf("failed to encode: %v", err)
477
}
478
479
out := new(WithNullableAttrs)
0 commit comments