Skip to content

Commit a65fcde

Browse files
committed
fix bad merge conflict resolution
1 parent 38d0a02 commit a65fcde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SentryProfilerTests/SentryProfilingPublicAPITests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ extension SentryProfilingPublicAPITests {
121121
extension SentryProfilingPublicAPITests {
122122
func testManuallyStartingAndStoppingContinuousProfilerV2Sampled() throws {
123123
// Arrange
124-
fixture.options.profiling.sessionSampleRate = 1
124+
fixture.options.configureProfiling = {
125125
$0.sessionSampleRate = 1
126126
}
127127
givenSdkWithHub()

0 commit comments

Comments
 (0)