mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-22 17:42:14 +08:00
#fix : fix make fmt error
This commit is contained in:
parent
5e2c336804
commit
e849fcd089
@ -582,6 +582,7 @@ func TestContextPostFormMultipart(t *testing.T) {
|
|||||||
dicts = c.PostFormMap("nokey")
|
dicts = c.PostFormMap("nokey")
|
||||||
assert.Equal(t, 0, len(dicts))
|
assert.Equal(t, 0, len(dicts))
|
||||||
|
|
||||||
|
// add GetPostFormArrayMap test
|
||||||
var arrmap []map[string]string
|
var arrmap []map[string]string
|
||||||
arrmap, ok = c.GetPostFormArrayMap("arraymap")
|
arrmap, ok = c.GetPostFormArrayMap("arraymap")
|
||||||
assert.True(t, ok)
|
assert.True(t, ok)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user