bump version

This commit is contained in:
lilong.129
2023-05-31 20:24:00 +08:00
parent e1169ec628
commit aa65962ffe
19 changed files with 44 additions and 43 deletions

View File

@@ -452,7 +452,7 @@ func (r *CaseRunner) parseConfig() error {
}
client, err := device.NewDriver(nil)
if err != nil {
return errors.Wrap(err, "init Android UIAutomator client failed")
return errors.Wrap(err, "init Android client failed")
}
r.hrpRunner.uiClients[device.SerialNumber] = client
}