From 772d13025cebb57a72f51c11d9fe1fb5a78dcfa1 Mon Sep 17 00:00:00 2001 From: scannillo <35243507+scannillo@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:53:55 -0600 Subject: [PATCH] Update IntegrationTests/BraintreeAmexExpress_IntegrationTests.swift Co-authored-by: Jax DesMarais-Leder --- IntegrationTests/BraintreeAmexExpress_IntegrationTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IntegrationTests/BraintreeAmexExpress_IntegrationTests.swift b/IntegrationTests/BraintreeAmexExpress_IntegrationTests.swift index 80d2fb182..e3ab53db5 100644 --- a/IntegrationTests/BraintreeAmexExpress_IntegrationTests.swift +++ b/IntegrationTests/BraintreeAmexExpress_IntegrationTests.swift @@ -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)") } } }