Skip to content

Commit fa7bb7e

Browse files
authored
chore: Remove use of deprecated prop (#5322)
1 parent b7aa1aa commit fa7bb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/RNSentryCocoaTester/RNSentryCocoaTesterTests/RNSentryReplayOptionsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ final class RNSentryReplayOptions: XCTestCase {
178178

179179
let actualOptions = try! SentryOptionsInternal.initWithDict(optionsDict as! [String: Any])
180180

181-
XCTAssertTrue(actualOptions.sessionReplay.enableExperimentalViewRenderer)
181+
XCTAssertTrue(actualOptions.sessionReplay.enableViewRendererV2)
182182
}
183183

184184
func testEnableExperimentalViewRendererTrue() {

0 commit comments

Comments
 (0)