Skip to content

Commit 9174b55

Browse files
committed
test: rename test case
1 parent 5cbcc53 commit 9174b55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlnull_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ func Test_MarshalJSONOmitZero(t *testing.T) {
304304
}`,
305305
},
306306
{
307-
name: "successfully marshal with null",
307+
name: "successfully marshal empty json",
308308
in: targetOmitZero{
309309
Generic: sqlnull.Null[string]{V: "generic", Valid: false},
310310
String: sqlnull.NullString{String: "string", Valid: false},

0 commit comments

Comments
 (0)