We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1c55d commit c5d3752Copy full SHA for c5d3752
Tests/SentryTests/SentrySDKInternalTests.swift
@@ -1004,22 +1004,4 @@ class SentrySDKWithSetupTests: XCTestCase {
1004
wait(for: [expectation], timeout: 5.0)
1005
}
1006
1007
-
1008
-public class MainThreadTestIntegration: NSObject, SentryIntegrationProtocol {
1009
1010
- public let expectation = XCTestExpectation(description: "MainThreadTestIntegration installed")
1011
1012
- public func install(with options: Options) -> Bool {
1013
- print("[Sentry] [TEST] [\(#file):\(#line) starting install.")
1014
- dispatchPrecondition(condition: .onQueue(.main))
1015
1016
- expectation.fulfill()
1017
1018
- return true
1019
- }
1020
1021
- public func uninstall() {
1022
1023
1024
-}
1025
// swiftlint:enable file_length
0 commit comments