From 41851bbd9328a526f00da8b4d12c19d6d8d000c6 Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Sat, 1 Jul 2023 13:21:34 +0300 Subject: [PATCH] fix --- pkg/schema/test/object_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/schema/test/object_test.go b/pkg/schema/test/object_test.go index e70aa6a3..21330f9f 100644 --- a/pkg/schema/test/object_test.go +++ b/pkg/schema/test/object_test.go @@ -116,7 +116,7 @@ func TestSchema_JSON(t *testing.T) { b, err := json.MarshalIndent(sch, "", " ") require.NoError(t, err) - fmt.Println(string(b)) + //fmt.Println(string(b)) res := schema.New() err = json.Unmarshal(b, res) -- GitLab