change: update gwda dependency

This commit is contained in:
debugtalk
2022-08-24 19:00:59 +08:00
parent 3b73571713
commit df50b8ff87
3 changed files with 4 additions and 4 deletions

View File

@@ -353,7 +353,7 @@ func (r *HRPRunner) InitWDAClient(device WDADevice) (client *wdaClient, err erro
}
// init wda device
var options []gwda.DeviceOptions
var options []gwda.DeviceOption
if device.UDID != "" {
options = append(options, gwda.WithSerialNumber(device.UDID))
}