diff --git a/context_test.go b/context_test.go index 3e10b5d7..54586538 100644 --- a/context_test.go +++ b/context_test.go @@ -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)