Skip to content

Commit 205e7b5

Browse files
committed
unit test: change condition
1 parent 02b8e21 commit 205e7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnitTests/PayPalWebPaymentsTests/PayPalClients_CheckoutAppSwitch_Toggle_Tests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ class PayPalClient_CheckoutAppSwitch_Toggle_tests: XCTestCase {
4141
func test_AppSwitchIfEligible_True_App_Installed_False_Invokes_WebFlow() {
4242
}
4343

44-
func test_AppSwitchIfEligible_True_App_Installed_True_Invokes_AppFlow() {
44+
func test_AppSwitchIfEligible_True_App_Installed_True_Ineligible_Invokes_WebFlow() {
4545
}
4646

47-
func test_AppSwitchIfEligible_True_App_Installed_True_Ineligible_Invokes_WebFlow() {
47+
func test_AppSwitchIfEligible_True_App_Installed_True_Eligible_Invokes_AppFlow() {
4848
}
4949
}

0 commit comments

Comments
 (0)