Commit c26293b8 authored by hangaoshuai's avatar hangaoshuai

fix failed verify misspell err

parent 3fe980f8
......@@ -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)
}
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment