We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cbcc53 commit 9174b55Copy full SHA for 9174b55
1 file changed
sqlnull_test.go
@@ -304,7 +304,7 @@ func Test_MarshalJSONOmitZero(t *testing.T) {
304
}`,
305
},
306
{
307
- name: "successfully marshal with null",
+ name: "successfully marshal empty json",
308
in: targetOmitZero{
309
Generic: sqlnull.Null[string]{V: "generic", Valid: false},
310
String: sqlnull.NullString{String: "string", Valid: false},
0 commit comments