mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-28 19:47:14 +08:00
fix: lint warning
This commit is contained in:
@@ -1047,5 +1047,6 @@ func (ad *adbDriver) RecordScreen(folderPath string, duration time.Duration) (vi
|
||||
return filepath.Abs(fileName)
|
||||
}
|
||||
|
||||
func (ad *adbDriver) TearDown() {
|
||||
func (ad *adbDriver) TearDown() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user