mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-03 14:59:38 +08:00
fix: 修改test代码语法
This commit is contained in:
@@ -196,7 +196,7 @@ func TestDriver_WDA_TapXY(t *testing.T) {
|
||||
func TestDriver_WDA_DoubleTapXY(t *testing.T) {
|
||||
driver := setupWDADriverExt(t)
|
||||
|
||||
err := driver.DoubleTapXY(0.2, 0.2)
|
||||
err := driver.DoubleTap(0.2, 0.2)
|
||||
assert.Nil(t, err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user