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 97b6ff7 commit dd6fb88Copy full SHA for dd6fb88
Tests/SentryTests/Integrations/Log/FlushLogsIntegrationTests.swift
@@ -30,12 +30,12 @@ final class FlushLogsIntegrationTests: XCTestCase {
30
31
override func tearDown() {
32
super.tearDown()
33
- clearTestState()
+ SentrySDKInternal.setCurrentHub(nil)
34
sut = nil
35
}
36
37
func testInstall_Success() {
38
- sut = FlushLogsIntegration(with: options, dependencies: dependencies)
+ let sut = FlushLogsIntegration(with: options, dependencies: dependencies)
39
XCTAssertNotNil(sut)
40
41
0 commit comments