Skip to content

Commit

Permalink
Revert "fix de_CH group symbol in unit test"
Browse files Browse the repository at this point in the history
This reverts commit b86f981.
  • Loading branch information
Bartlomiejsz committed Mar 18, 2019
1 parent b86f981 commit 73d88aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function getPriceFormatDataProvider(): array
return [
['en_US', ['decimalSymbol' => '.', 'groupSymbol' => ',']],
['de_DE', ['decimalSymbol' => ',', 'groupSymbol' => '.']],
['de_CH', ['decimalSymbol' => '.', 'groupSymbol' => '']],
['de_CH', ['decimalSymbol' => '.', 'groupSymbol' => '\'']],
['uk_UA', ['decimalSymbol' => ',', 'groupSymbol' => ' ']]
];
}
Expand Down

0 comments on commit 73d88aa

Please sign in to comment.