Skip to content

Commit e329b70

Browse files
committed
Remove debug message
Signed-off-by: Sven Rebhan <[email protected]>
1 parent 1eee7e9 commit e329b70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

template/template_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ func TestSubstituteWithCustomFunc(t *testing.T) {
374374
assert.Check(t, is.Equal("ok ", result))
375375

376376
_, err = SubstituteWith("ok ${NOTHERE}", defaultMapping, defaultPattern, errIsMissing)
377-
fmt.Println(err)
378377
assert.Check(t, is.ErrorContains(err, "required variable"))
379378
}
380379

0 commit comments

Comments
 (0)