Skip to content

Commit

Permalink
Update SentrySessionReplayTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Jan 15, 2025
1 parent 824492b commit cc95c89
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ class SentrySessionReplayTests: XCTestCase {
XCTAssertNil(options["maskedViewClasses"])
XCTAssertNil(options["unmaskedViewClasses"])
XCTAssertEqual(options["quality"] as? String, "medium")
XCTAssertEqual(options["nativeSdkName"] as? String, SentryMeta.nativeSdkName)
XCTAssertEqual(options["nativeSdkVersion"] as? String, SentryMeta.nativeVersionString)
XCTAssertEqual(options["nativeSdkName"] as? String, SentryMeta.sdkName)
XCTAssertEqual(options["nativeSdkVersion"] as? String, SentryMeta.versionString)
}

func testOptionsInTheEventAllChanged() throws {
Expand Down

0 comments on commit cc95c89

Please sign in to comment.