chaokunyang commented on code in PR #3311:
URL: https://github.com/apache/fory/pull/3311#discussion_r2780603514


##########
go/fory/type_test.go:
##########
@@ -43,6 +43,9 @@ func TestTypeResolver(t *testing.T) {
                        "[]map[string][]map[string]*interface {}"},
                {reflect.TypeOf((*A)(nil)), "*@example.A"},
                {reflect.TypeOf((*A)(nil)).Elem(), "@example.A"},
+               {reflect.TypeOf([]uint16{}), "[]uint16"},

Review Comment:
   Could you add the tests in this PR? The fix should have coresponing tests in 
same PR



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to