diff --git a/pkg/schema/test/object_test.go b/pkg/schema/test/object_test.go index e70aa6a3f11c94125cbf2f320741becf1359ad48..21330f9f49ebfe5a438fc2eef9cb6a02657e95ff 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)