Procházet zdrojové kódy

test(core): Fix failing test

Michael Bromley před 5 roky
rodič
revize
fbf398afbc
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 7 0
      packages/core/e2e/shipping-method.e2e-spec.ts

+ 7 - 0
packages/core/e2e/shipping-method.e2e-spec.ts

@@ -206,9 +206,16 @@ describe('ShippingMethod resolver', () => {
             description: '',
             description: '',
             calculator: {
             calculator: {
                 code: 'calculator-with-metadata',
                 code: 'calculator-with-metadata',
+                args: [],
             },
             },
             checker: {
             checker: {
                 code: 'default-shipping-eligibility-checker',
                 code: 'default-shipping-eligibility-checker',
+                args: [
+                    {
+                        name: 'orderMinimum',
+                        value: '0',
+                    },
+                ],
             },
             },
         });
         });
     });
     });