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 3bc1348 commit 8273d81Copy full SHA for 8273d81
Networking/NetworkingTests/Remote/OrdersRemoteTests.swift
@@ -415,7 +415,7 @@ final class OrdersRemoteTests: XCTestCase {
415
let expected: [String: AnyHashable] = [
416
"id": shipping.shippingID,
417
"method_title": shipping.methodTitle,
418
- "method_id": shipping.methodID,
+ "method_id": shipping.methodID ?? "",
419
"total": shipping.total
420
]
421
assertEqual(received, expected)
0 commit comments