Skip to content

Commit 7a5e4a7

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

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/AssertCurrencySymbolOnProductPageMainWebsite.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
$browser->open($_ENV['app_frontend_url'] . $product->getUrlKey() . '.html');
3535
$priceBlock = $catalogProductView->getViewBlock()->getPriceBlock();

0 commit comments

Comments
 (0)