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 bee90e9 commit fc1213aCopy full SHA for fc1213a
Hardware/HardwareTests/ErrorCodesTests.swift
@@ -39,7 +39,7 @@ final class CardReaderServiceErrorTests: XCTestCase {
39
}
40
41
func test_stripe_cancelled_maps_to_expected_error() {
42
- XCTAssertEqual(.commandCancelled, domainError(stripeCode: 2020))
+ XCTAssertEqual(.commandCancelled(from: .unknown), domainError(stripeCode: 2020))
43
44
45
func test_stripe_location_services_disabled_maps_to_expected_error() {
0 commit comments