Skip to content

Commit

Permalink
cheanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxdesmarais committed Jul 29, 2024
1 parent cdeb97f commit 4e46ba8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions UnitTests/BraintreePayPalTests/BTPayPalClient_Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,7 @@ class BTPayPalClient_Tests: XCTestCase {
let paypalAccount = lastPostParameters["paypal_account"] as! [String: Any]
XCTAssertEqual(paypalAccount["intent"] as? String, "sale")

let options = paypalAccount["options"] as! [String:
Any]
let options = paypalAccount["options"] as! [String: Any]
XCTAssertFalse(options["validate"] as! Bool)
}

Expand Down

0 comments on commit 4e46ba8

Please sign in to comment.