Skip to content

Commit 1210307

Browse files
committed
add missing test tear down
1 parent 8dfb9e6 commit 1210307

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Tests/SentryTests/Integrations/Metrics/MetricsIntegrationTests.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ import XCTest
55

66
class MetricsIntegrationTests: XCTestCase {
77

8+
override func tearDown() {
9+
super.tearDown()
10+
clearTestState()
11+
}
12+
13+
// MARK: - Tests
14+
815
func testStartSDK_whenIntegrationIsNotEnabled_shouldNotBeInstalled() {
916
// -- Act --
1017
startSDK(isEnabled: false)

0 commit comments

Comments
 (0)