We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3405066 commit cd24c19Copy full SHA for cd24c19
jsonb/registry_test.go
@@ -48,7 +48,7 @@ func TestRegistry(t *testing.T) {
48
})
49
50
t.Run("on missing type", func(t *testing.T) {
51
- ch := make(chan any)
+ ch := make(chan interface{})
52
v := reflect.ValueOf(ch)
53
_, err = rg.LookupDecoder(v.Type())
54
require.Error(t, err)
0 commit comments