mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-07 15:31:23 +08:00
fix android name
This commit is contained in:
@@ -72,7 +72,7 @@ func ParseTouchEvents(data string) ([]types.TouchEvent, error) {
|
|||||||
return events, nil
|
return events, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestAndroidTouchByEvents(t *testing.T) {
|
func TestIOSTouchByEvents(t *testing.T) {
|
||||||
device, err := NewIOSDevice(
|
device, err := NewIOSDevice(
|
||||||
option.WithUDID(""),
|
option.WithUDID(""),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user