diff --git a/core/lib/Thelia/Tests/Condition/Implementation/MatchForTotalAmountManagerTest.php b/core/lib/Thelia/Tests/Condition/Implementation/MatchForTotalAmountManagerTest.php index 0db635e51..153737d1d 100644 --- a/core/lib/Thelia/Tests/Condition/Implementation/MatchForTotalAmountManagerTest.php +++ b/core/lib/Thelia/Tests/Condition/Implementation/MatchForTotalAmountManagerTest.php @@ -940,9 +940,9 @@ class MatchForTotalAmountManagerTest extends \PHPUnit_Framework_TestCase 'title' => 'Price', 'availableOperators' => array('==' => 'Price'), 'availableValues' => array( - 'EUR' => '€', + 'EUR' => '€', 'USD' => '$', - 'GBP' => '£', + 'GBP' => '£', ), 'type' => 'select', 'class' => 'form-control',