Skip to content

Commit 24412fc

Browse files
committed
Rename test case name to hopefully make it more readable.
1 parent e3f2e94 commit 24412fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/WooCommerceTests/POS/Controllers/POSEntryPointControllerTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Testing
33

44
struct POSEntryPointControllerTests {
55
@available(iOS 17.0, *)
6-
@Test func eligibilityState_is_set_to_eligible_when_i2_feature_is_disabled() async throws {
6+
@Test func eligibilityState_is_always_eligible_when_i2_feature_is_disabled_regardless_of_eligibility_checker() async throws {
77
// Given
88
let mockEligibilityChecker = MockPOSEligibilityChecker()
99
mockEligibilityChecker.eligibility = .ineligible(reason: .unsupportedIOSVersion)

0 commit comments

Comments
 (0)