mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-22 01:12:16 +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")
|
||||
assert.Equal(t, 0, len(dicts))
|
||||
|
||||
// add GetPostFormArrayMap test
|
||||
var arrmap []map[string]string
|
||||
arrmap, ok = c.GetPostFormArrayMap("arraymap")
|
||||
assert.True(t, ok)
|
||||
|
Loading…
x
Reference in New Issue
Block a user