Skip to content

Commit 8d7b964

Browse files
committed
#21001 - fix unit tests, by passing currency to number formatter, then it behaves as was expected in test.
1 parent b96435f commit 8d7b964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Locale/Test/Unit/FormatTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function getPriceFormatDataProvider(): array
9393
return [
9494
['en_US', 'USD', ['decimalSymbol' => '.', 'groupSymbol' => ',']],
9595
['de_DE', 'EUR', ['decimalSymbol' => ',', 'groupSymbol' => '.']],
96-
['de_CH', 'CHF', ['decimalSymbol' => '.', 'groupSymbol' => '']],
96+
['de_CH', 'CHF', ['decimalSymbol' => '.', 'groupSymbol' => '\'']],
9797
['uk_UA', 'UAH', ['decimalSymbol' => ',', 'groupSymbol' => ' ']]
9898
];
9999
}

0 commit comments

Comments
 (0)