diff --git a/Tests/SentryTests/Integrations/Performance/UIViewController/SentryUIViewControllerSwizzlingTests.swift b/Tests/SentryTests/Integrations/Performance/UIViewController/SentryUIViewControllerSwizzlingTests.swift index a336e55e1e0..de2b66349e7 100644 --- a/Tests/SentryTests/Integrations/Performance/UIViewController/SentryUIViewControllerSwizzlingTests.swift +++ b/Tests/SentryTests/Integrations/Performance/UIViewController/SentryUIViewControllerSwizzlingTests.swift @@ -163,13 +163,13 @@ class SentryUIViewControllerSwizzlingTests: XCTestCase { let mockApplication = MockApplication(mockApplicationDelegate) XCTAssertFalse(fixture.sut.swizzleRootViewController(from: mockApplication)) } - + func testSwizzle_fromApplication_noWindow() { let mockApplicationDelegate = MockApplication.MockApplicationDelegate(nil) let mockApplication = MockApplication(mockApplicationDelegate) XCTAssertFalse(fixture.sut.swizzleRootViewController(from: mockApplication)) } - + func testSwizzle_fromApplication_noRootViewController_InWindow() { let mockApplicationDelegate = MockApplication.MockApplicationDelegate(UIWindow()) let mockApplication = MockApplication(mockApplicationDelegate)