diff --git a/IntegrationTests/BTCardClient_IntegrationTests.swift b/IntegrationTests/BTCardClient_IntegrationTests.swift index 76d7b64ff..7968e16e4 100644 --- a/IntegrationTests/BTCardClient_IntegrationTests.swift +++ b/IntegrationTests/BTCardClient_IntegrationTests.swift @@ -131,7 +131,7 @@ class BTCardClient_IntegrationTests: XCTestCase { expectation.fulfill() } - waitForExpectations(timeout: 10) + waitForExpectations(timeout: 5) } func testTokenizeCard_whenUsingVersionThreeClientTokenAndCardHasValidationEnabledAndCardIsValid_tokenizesSuccessfully() { diff --git a/UnitTests/BraintreeCardTests/BTCardClient_Tests.swift b/UnitTests/BraintreeCardTests/BTCardClient_Tests.swift index 64086bab5..420e7bc7e 100644 --- a/UnitTests/BraintreeCardTests/BTCardClient_Tests.swift +++ b/UnitTests/BraintreeCardTests/BTCardClient_Tests.swift @@ -511,7 +511,6 @@ class BTCardClient_Tests: XCTestCase { return } lastPostParameters.removeValue(forKey: "clientSdkMetadata") - //XCTAssertEqual(lastPostParameters as NSObject, card.graphQLParameters() as NSObject) expectation.fulfill() }