diff options
Diffstat (limited to 'internal/feed/template/funcs_test.go')
-rw-r--r-- | internal/feed/template/funcs_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/feed/template/funcs_test.go b/internal/feed/template/funcs_test.go index c75d27d..a5c25c3 100644 --- a/internal/feed/template/funcs_test.go +++ b/internal/feed/template/funcs_test.go @@ -31,8 +31,8 @@ func TestByteCount(t *testing.T) { } func TestDict(t *testing.T) { - type i []interface{} - type o map[string]interface{} + type i []any + type o map[string]any tests := map[string]struct { inp i |