#fix : fix make fmt error

This commit is contained in:
farmerx 2019-01-22 10:15:07 +08:00
parent 5e2c336804
commit e849fcd089

View File

@ -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)