diff --git a/nullable_marshaljson_int_test.go b/nullable_marshaljson_int_test.go index 22b9c43..dceaa71 100644 --- a/nullable_marshaljson_int_test.go +++ b/nullable_marshaljson_int_test.go @@ -62,7 +62,7 @@ func TestNullable_MarshalJSON_int(t *testing.T) { { Value: nul.Something(3), }, -vv { + { Value: nul.Something(4), }, {