From b61129ad21657f8ff96f85fb6a49e93f20c36c62 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sun, 24 Sep 2023 09:56:21 +0900 Subject: [PATCH] initial commits --- nullable_marshaljson_int_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), }, {