You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WooCommerce/Classes/ViewRelated/Orders/Order Details/Shipping Labels/Create Shipping Label Form/Package Details/Multi-package/ShippingLabelPackagesForm.swift
Copy file name to clipboardExpand all lines: WooCommerce/WooCommerceTests/ViewRelated/Shipping Label/Create Shipping Label/Multi-package/ShippingLabelPackageItemViewModelTests.swift
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -255,6 +255,7 @@ class ShippingLabelPackageItemViewModelTests: XCTestCase {
255
255
products:[product],
256
256
productVariations:[],
257
257
onPackageSwitch:{ _ in},
258
+
onPackagesSync:{ _ in},
258
259
formatter: currencyFormatter,
259
260
weightUnit:"kg")
260
261
@@ -276,6 +277,7 @@ class ShippingLabelPackageItemViewModelTests: XCTestCase {
276
277
products:[],
277
278
productVariations:[],
278
279
onPackageSwitch:{ _ in},
280
+
onPackagesSync:{ _ in},
279
281
formatter: currencyFormatter,
280
282
weightUnit:"kg")
281
283
@@ -314,6 +316,7 @@ class ShippingLabelPackageItemViewModelTests: XCTestCase {
314
316
products:[product],
315
317
productVariations:[],
316
318
onPackageSwitch:{ _ in},
319
+
onPackagesSync:{ _ in},
317
320
formatter: currencyFormatter,
318
321
weightUnit:"kg")
319
322
@@ -345,6 +348,7 @@ class ShippingLabelPackageItemViewModelTests: XCTestCase {
Copy file name to clipboardExpand all lines: WooCommerce/WooCommerceTests/ViewRelated/Shipping Label/Create Shipping Label/Multi-package/ShippingLabelPackagesFormViewModelTests.swift
+27-8Lines changed: 27 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,25 @@ class ShippingLabelPackagesFormViewModelTests: XCTestCase {
0 commit comments