Skip to content

Commit fa33267

Browse files
MTO-108: [Test] Observe Different Base Currency per Website
2 parents 258fa76 + 7a5e4a7 commit fa33267

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)