Skip to content

Commit 1ad4e4e

Browse files
committed
chore: fix lint violation
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 parent 6968bf8 commit 1ad4e4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

decode_hooks_string_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ func TestStringToHookFuncEdgeCases(t *testing.T) {
789789
hookFunc DecodeHookFunc
790790
target reflect.Value
791791
input string
792-
expected interface{}
792+
expected any
793793
}{
794794
{"int8", StringToHookFunc[int8](), reflect.ValueOf(int8(0)), "42", int8(42)},
795795
{"uint8", StringToHookFunc[uint8](), reflect.ValueOf(uint8(0)), "42", uint8(42)},

0 commit comments

Comments
 (0)