mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-24 02:32:17 +08:00
fix typo
This commit is contained in:
parent
f36ddc58ec
commit
301f936160
@ -462,7 +462,7 @@ func TestBindingFormMultipart(t *testing.T) {
|
||||
var obj FooBarStruct
|
||||
FormMultipart.Bind(req, &obj)
|
||||
|
||||
assert.Equal(t, "multipart/form-data", FormMultpart.Name())
|
||||
assert.Equal(t, "multipart/form-data", FormMultipart.Name())
|
||||
assert.Equal(t, "bar", obj.Foo)
|
||||
assert.Equal(t, "foo", obj.Bar)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user