Skip to content

Commit 8c78479

Browse files
committed
AC-9670: Fix currency issue with ar_DZ:EGP
1 parent 7b905cb commit 8c78479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Directory/Test/Unit/Model/CurrencyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function getOutputFormatDataProvider(): array
143143
'en_US:PLN' => ['en_US', 'PLN', "PLN\u{00A0}%s"],
144144
'en_US:PKR' => ['en_US', 'PKR', "PKR\u{00A0}%s"],
145145
'af_ZA:VND' => ['af_ZA', 'VND', "\u{20AB}%s"],
146-
'ar_DZ:EGP' => ['ar_DZ', 'EGP', "\u{200F}%s\u{00A0}\u{062C}.\u{0645}.\u{200F}"],
146+
'ar_DZ:EGP' => ['ar_DZ', 'EGP', "%s\u{00A0}\u{062C}.\u{0645}.\u{200F}"],
147147
'ar_SA:USD' => ['ar_SA', 'USD', "%s\u{00A0}US$"],
148148
'ar_SA:LBP' => ['ar_SA', 'LBP', "%s\u{00A0}\u{0644}.\u{0644}.\u{200F}"],
149149
'fa_IR:USD' => ['fa_IR', 'USD', "\u{200E}$%s"],

0 commit comments

Comments
 (0)