Skip to content

Commit 9b03f5f

Browse files
committed
Increase unsupported version for test
1 parent 6ad2981 commit 9b03f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/WooCommerceTests/ViewRelated/CardPresentPayments/CardPresentPaymentsOnboardingUseCaseTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ private extension CardPresentPaymentsOnboardingUseCaseTests {
666666

667667
enum StripePluginVersion: String {
668668
case minimumSupportedVersion = "6.2.0" // Should match `CardPresentPaymentsOnboardingState` `minimumSupportedPluginVersion`
669-
case unsupportedVersion = "5.8.1"
669+
case unsupportedVersion = "6.1.0"
670670
}
671671

672672
}

0 commit comments

Comments
 (0)