Fix spelling

This commit is contained in:
Federico Jaramillo Martinez 2024-06-27 21:34:13 +02:00
parent 9c6df94f7c
commit de9a9eb0bc

View File

@ -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
}