Skip to content

Commit 7c0af00

Browse files
committed
PR feedback
1 parent 4f038a7 commit 7c0af00

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Tests/SentryTests/Integrations/Performance/CoreData/SentryCoreDataTrackingIntegrationTest.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class SentryCoreDataTrackingIntegrationTests: XCTestCase {
1313
init(testName: String) {
1414
coreDataStack = TestCoreDataStack(databaseFilename: "db-\(testName.hashValue).sqlite")
1515
options = Options()
16+
options.removeAllIntegrations()
1617
options.enableCoreDataTracing = true
1718
options.tracesSampleRate = 1
1819
}

Tests/SentryTests/Integrations/Performance/IO/FileManagerTracingIntegrationTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ class FileManagerSentryTracingIntegrationTests: XCTestCase {
3838
options.dsn = TestConstants.dsnAsString(username: "FileManagerSentryTracingIntegrationTests")
3939
options.removeAllIntegrations()
4040

41-
options.removeAllIntegrations()
4241
// Configure options required by File I/O tracking integration
4342
options.enableAutoPerformanceTracing = true
4443
options.enableFileIOTracing = isEnabled

0 commit comments

Comments
 (0)