mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-21 16:23:16 +08:00
change: remove unused methods
This commit is contained in:
@@ -106,7 +106,7 @@ func TestInput(t *testing.T) {
|
||||
|
||||
func TestSave(t *testing.T) {
|
||||
setupShootsAndroidDriver(t)
|
||||
raw, err := shootsAndroidDriver.Screenshot()
|
||||
raw, err := shootsAndroidDriver.ScreenShot()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
@@ -66,7 +66,7 @@ func TestIOSSwipe(t *testing.T) {
|
||||
|
||||
func TestIOSSave(t *testing.T) {
|
||||
setupShootsIOSDriver(t)
|
||||
raw, err := shootsIOSDriver.Screenshot()
|
||||
raw, err := shootsIOSDriver.ScreenShot()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user