Skip to content

Commit 1a16de1

Browse files
committed
Fix typo in variable name
1 parent 7af19b6 commit 1a16de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/Shipping/Test/Constraint/AssertCityBasedShippingRateChanged.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ public function processAssert(CheckoutOnepage $checkoutOnepage, $shippingMethod,
3030
'Shipping rate has not been changed.'
3131
);
3232
}
33-
$shippingAvaialability = $isShippingAvailable ? 'avaiable' : 'unavailable';
33+
$shippingAvailability = $isShippingAvailable ? 'avaiable' : 'unavailable';
3434
\PHPUnit_Framework_Assert::assertEquals(
3535
$isShippingAvailable,
3636
$checkoutOnepage->getShippingMethodBlock()->isShippingMethodAvaiable($shippingMethod),
37-
"Shipping rates for {$shippingMethod['shipping_service']} should be $shippingAvaialability."
37+
"Shipping rates for {$shippingMethod['shipping_service']} should be $shippingAvailability."
3838
);
3939
}
4040

0 commit comments

Comments
 (0)