Skip to content

Commit

Permalink
FIx a compilation issue with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nacho Bonafonte committed Oct 25, 2022
1 parent 26c9fd8 commit 18a5c7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class DDNetworkInstrumentationTests: XCTestCase {
DDEnvironmentValues.environment[ConfigurationValues.DD_DISABLE_TEST_INSTRUMENTING.rawValue] = "1"
DDTestMonitor.env = DDEnvironmentValues()
DDTestMonitor.instance = DDTestMonitor()
DDTestMonitor.instance?.initializationWorkQueue.waitUntilAllOperationsAreFinished()
DDTestMonitor.instance?.instrumentationWorkQueue.waitUntilAllOperationsAreFinished()
let tracer = DDTestMonitor.tracer
OpenTelemetrySDK.instance.tracerProvider.addSpanProcessor(testSpanProcessor)
DDTestMonitor.instance?.networkInstrumentation = DDNetworkInstrumentation()
Expand Down

0 comments on commit 18a5c7d

Please sign in to comment.