Fix the missing test in the previous commit

This commit is contained in:
iamqizhao
2015-01-28 16:04:05 -08:00
parent c52694457f
commit be58fe3a09

View File

@ -69,7 +69,7 @@ func TestPairsMD(t *testing.T) {
md MD
}{
{[]string{}, MD{}},
{[]string{"k1", "v1", "k2", binaryValue}, New(map[string]string{
{[]string{"k1", "v1", "k2", binaryValue}, MD(map[string]string{
"k1": "v1",
"k2-bin": "woA=",
})},