diff options
Diffstat (limited to 'tpl/images/images_test.go')
-rw-r--r-- | tpl/images/images_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/images/images_test.go b/tpl/images/images_test.go index 2a2b79478..c142801b7 100644 --- a/tpl/images/images_test.go +++ b/tpl/images/images_test.go @@ -32,9 +32,9 @@ import ( type tstNoStringer struct{} var configTests = []struct { - path interface{} + path any input []byte - expect interface{} + expect any }{ { path: "a.png", |