Skip to content

Commit

Permalink
chore(validate): remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Sep 25, 2023
1 parent 17e2d1e commit b52b03c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion validate/array_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b52b03c

Please sign in to comment.