Skip to content

Commit

Permalink
Fixed failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
stechiu committed Jan 2, 2024
1 parent d64cd94 commit 15a8011
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class PayPalCreditButton_Tests: XCTestCase {
let sut = PayPalCreditButton()
XCTAssertEqual(sut.edges, PaymentButtonEdges.softEdges)
XCTAssertEqual(sut.size, PaymentButtonSize.collapsed)
XCTAssertEqual(sut.color, PaymentButtonColor.darkBlue)
XCTAssertEqual(sut.color, PaymentButtonColor.gold)
XCTAssertNil(sut.insets)
XCTAssertNil(sut.label)
}
Expand Down

0 comments on commit 15a8011

Please sign in to comment.