Skip to content

Commit

Permalink
update component in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxdesmarais committed Oct 3, 2023
1 parent fb9f136 commit 97697aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ final class FPTIBatchData_Tests: XCTestCase {
XCTAssertEqual(batchParams["auth_fingerprint"] as! String, "fake-auth")
XCTAssertTrue((batchParams["c_sdk_ver"] as! String).matches("^\\d+\\.\\d+\\.\\d+(-[0-9a-zA-Z-]+)?$"))
XCTAssertTrue((batchParams["client_os"] as! String).matches("iOS \\d+\\.\\d+|iPadOS \\d+\\.\\d+"))
XCTAssertEqual(batchParams["comp"] as? String, "btmobilesdk")
XCTAssertEqual(batchParams["comp"] as? String, "braintreeclientsdk")
XCTAssertEqual(batchParams["device_manufacturer"] as? String, "Apple")
XCTAssertEqual(batchParams["merchant_sdk_env"] as? String, "fake-env")
XCTAssertEqual(batchParams["event_source"] as? String, "mobile-native")
Expand Down

0 comments on commit 97697aa

Please sign in to comment.