Skip to content

Commit

Permalink
fix de_CH group symbol in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartlomiejsz committed Mar 18, 2019
1 parent b2004c3 commit b86f981
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 b86f981

Please sign in to comment.