fix ci issue

This commit is contained in:
John Guo 2021-09-15 21:21:29 +08:00
parent 68e760d13a
commit e877eab033

View File

@ -34,7 +34,7 @@ func TestAddress(t *testing.T) {
}
func TestFrom(t *testing.T) {
errMessage := "from is invalid"
errMessage := `invalid parameter "from"`
errValues := []string{
"",
@ -55,7 +55,7 @@ func TestFrom(t *testing.T) {
}
func TestTos(t *testing.T) {
errMessage := "tos if invalid"
errMessage := `invalid parameter "tos"`
errValues := []string{
"",