fix android name

This commit is contained in:
张开元
2025-08-06 15:27:52 +08:00
parent 62dd8e51c4
commit 206d3bc487

View File

@@ -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(""),
) )