Skip to content

Commit ce24603

Browse files
committed
MTO-108: [Test] Observe Different Base Currency per Website
- Codestyle fixed
1 parent 991956d commit ce24603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/CurrencySymbol/Test/Constraint/AssertCurrencySymbolOnProductPageCustomWebsite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function processAssert(
2929
InjectableFixture $product,
3030
BrowserInterface $browser,
3131
CatalogProductView $catalogProductView,
32-
array $currencySymbol = []
32+
array $currencySymbol = []
3333
) {
3434
$website = $product->getDataFieldConfig('website_ids')['source']->getWebsites()[0];
3535
$url = $_ENV['app_frontend_url'] . 'websites/' . $website->getCode() . '/' . $product->getUrlKey() . '.html';

0 commit comments

Comments
 (0)