Skip to content

Commit 73d88aa

Browse files
committed
Revert "fix de_CH group symbol in unit test"
This reverts commit b86f981.
1 parent b86f981 commit 73d88aa

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
@@ -91,7 +91,7 @@ public function getPriceFormatDataProvider(): array
9191
return [
9292
['en_US', ['decimalSymbol' => '.', 'groupSymbol' => ',']],
9393
['de_DE', ['decimalSymbol' => ',', 'groupSymbol' => '.']],
94-
['de_CH', ['decimalSymbol' => '.', 'groupSymbol' => '']],
94+
['de_CH', ['decimalSymbol' => '.', 'groupSymbol' => '\'']],
9595
['uk_UA', ['decimalSymbol' => ',', 'groupSymbol' => ' ']]
9696
];
9797
}

0 commit comments

Comments
 (0)