We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f2e94 commit 24412fcCopy full SHA for 24412fc
WooCommerce/WooCommerceTests/POS/Controllers/POSEntryPointControllerTests.swift
@@ -3,7 +3,7 @@ import Testing
3
4
struct POSEntryPointControllerTests {
5
@available(iOS 17.0, *)
6
- @Test func eligibilityState_is_set_to_eligible_when_i2_feature_is_disabled() async throws {
+ @Test func eligibilityState_is_always_eligible_when_i2_feature_is_disabled_regardless_of_eligibility_checker() async throws {
7
// Given
8
let mockEligibilityChecker = MockPOSEligibilityChecker()
9
mockEligibilityChecker.eligibility = .ineligible(reason: .unsupportedIOSVersion)
0 commit comments