fix: lint warning

This commit is contained in:
lilong.129
2024-11-23 15:13:56 +08:00
parent ef37d88e0b
commit 9293c05a66
7 changed files with 13 additions and 7 deletions

View File

@@ -654,5 +654,5 @@ type IWebDriver interface {
GetDriverResults() []*DriverResult
RecordScreen(folderPath string, duration time.Duration) (videoPath string, err error)
TearDown()
TearDown() error
}