Skip to content

Commit 7ce568b

Browse files
committed
Remove t.Log call
1 parent f1afd58 commit 7ce568b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/fields/validate_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,6 @@ func Test_parseElementValue(t *testing.T) {
184184

185185
t.Run(test.key, func(t *testing.T) {
186186
err := parseElementValue(test.key, test.definition, test.value)
187-
if err != nil {
188-
t.Log(err)
189-
}
190187
if test.fail {
191188
require.Error(t, err)
192189
} else {

0 commit comments

Comments
 (0)