Skip to content

Commit

Permalink
fix: any
Browse files Browse the repository at this point in the history
  • Loading branch information
si3nloong committed Feb 24, 2023
1 parent 3405066 commit cd24c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonb/registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func TestRegistry(t *testing.T) {
})

t.Run("on missing type", func(t *testing.T) {
ch := make(chan any)
ch := make(chan interface{})
v := reflect.ValueOf(ch)
_, err = rg.LookupDecoder(v.Type())
require.Error(t, err)
Expand Down

0 comments on commit cd24c19

Please # to comment.