Skip to content

Commit c5d3752

Browse files
authored
chore: Cleanup unused test integration (#6906)
1 parent ca1c55d commit c5d3752

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

Tests/SentryTests/SentrySDKInternalTests.swift

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,22 +1004,4 @@ class SentrySDKWithSetupTests: XCTestCase {
10041004
wait(for: [expectation], timeout: 5.0)
10051005
}
10061006
}
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-
}
10251007
// swiftlint:enable file_length

0 commit comments

Comments
 (0)