Skip to content

Commit

Permalink
Unit tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
warmkesselj committed Jan 13, 2025
1 parent 22340e2 commit c57f551
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion IntegrationTests/BTCardClient_IntegrationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class BTCardClient_IntegrationTests: XCTestCase {
expectation.fulfill()
}

waitForExpectations(timeout: 10)
waitForExpectations(timeout: 5)
}

func testTokenizeCard_whenUsingVersionThreeClientTokenAndCardHasValidationEnabledAndCardIsValid_tokenizesSuccessfully() {
Expand Down
1 change: 0 additions & 1 deletion UnitTests/BraintreeCardTests/BTCardClient_Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,6 @@ class BTCardClient_Tests: XCTestCase {
return
}
lastPostParameters.removeValue(forKey: "clientSdkMetadata")
//XCTAssertEqual(lastPostParameters as NSObject, card.graphQLParameters() as NSObject)
expectation.fulfill()
}

Expand Down

0 comments on commit c57f551

Please sign in to comment.