diff --git a/binding/form_mapping_test.go b/binding/form_mapping_test.go index 3eb5482e..00d0f9fa 100644 --- a/binding/form_mapping_test.go +++ b/binding/form_mapping_test.go @@ -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 }