Skip to content

Commit cd24c19

Browse files
committed
fix: any
1 parent 3405066 commit cd24c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonb/registry_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func TestRegistry(t *testing.T) {
4848
})
4949

5050
t.Run("on missing type", func(t *testing.T) {
51-
ch := make(chan any)
51+
ch := make(chan interface{})
5252
v := reflect.ValueOf(ch)
5353
_, err = rg.LookupDecoder(v.Type())
5454
require.Error(t, err)

0 commit comments

Comments
 (0)