mirror of
https://gitee.com/johng/gf.git
synced 2024-11-30 03:07:45 +08:00
fix ci issue
This commit is contained in:
parent
68e760d13a
commit
e877eab033
@ -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{
|
||||
"",
|
||||
|
Loading…
Reference in New Issue
Block a user