Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfederico committed Jun 27, 2024
1 parent 9c6df94 commit de9a9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding/form_mapping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit de9a9eb

Please sign in to comment.