mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +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