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