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