diff --git a/DarockBili Watch App UI Tests/DarockBili_Watch_App_UI_Tests.swift b/DarockBili Watch App UI Tests/DarockBili_Watch_App_UI_Tests.swift index 84a9639c4..b2c308ecf 100644 --- a/DarockBili Watch App UI Tests/DarockBili_Watch_App_UI_Tests.swift +++ b/DarockBili Watch App UI Tests/DarockBili_Watch_App_UI_Tests.swift @@ -64,7 +64,7 @@ extension XCTestCase { add(attachment) let url = downloadsFolder.appendingPathComponent("appshot.png") - try! appshot.pngRepresentation.write(to: url) + try! screenshot.pngRepresentation.write(to: url) } }