From b52b03ccac6e2075633f19653844a315e6332c67 Mon Sep 17 00:00:00 2001 From: tdakkota Date: Mon, 25 Sep 2023 07:41:39 +0300 Subject: [PATCH] chore(validate): remove debug line --- validate/array_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/validate/array_test.go b/validate/array_test.go index e64b07118..29b41051c 100644 --- a/validate/array_test.go +++ b/validate/array_test.go @@ -115,7 +115,6 @@ func TestUniqueItems(t *testing.T) { } { tt := tt t.Run(fmt.Sprintf("Test%d", i+1), func(t *testing.T) { - fmt.Println("Test", i) check := require.NoError if tt.WantErr { check = require.Error