mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-15 04:57:07 +08:00
Fix spelling
This commit is contained in:
parent
9c6df94f7c
commit
de9a9eb0bc
@ -530,7 +530,7 @@ func TestMappingArrayWithCustomUnmarshal(t *testing.T) {
|
||||
assert.EqualValues(t, [2]customUnmarshalParamHex{245, 246}, s.HexArray)
|
||||
}
|
||||
|
||||
func TestMappingArrayWithUnkownType(t *testing.T) {
|
||||
func TestMappingArrayWithUnknownType(t *testing.T) {
|
||||
var s struct {
|
||||
U []customUnmarshalParamHex
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user