fix failed verify misspell err

This commit is contained in:
hangaoshuai 2018-03-20 11:16:51 +08:00
parent 3fe980f8ed
commit c26293b848

View File

@ -314,7 +314,7 @@ func TestValidateServiceCommonGeneratorV1(t *testing.T) {
}
}
if err == nil && len(test.expectErr) != 0 {
t.Errorf("validate:%s Expected sucess, Got err: %v", test.name, err)
t.Errorf("validate:%s Expected success, Got err: %v", test.name, err)
}
})
}