Skip to content

Commit

Permalink
Update IntegrationTests/BraintreeAmexExpress_IntegrationTests.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Jax DesMarais-Leder <[email protected]>
  • Loading branch information
scannillo and jaxdesmarais authored Nov 8, 2024
1 parent 036da68 commit 772d130
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class BraintreeAmexExpress_IntegrationTests: XCTestCase {
XCTAssertEqual(rewardsBalance.currencyAmount, "316795.03")
XCTAssertEqual(rewardsBalance.currencyIsoCode, "USD")
} catch {
XCTFail("Unexpected error: \(error)")
XCTFail("Unexpected error: \(error.localizedDescription)")
}
}
}

0 comments on commit 772d130

Please sign in to comment.