diff --git a/tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php b/tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php index 6a5bd97c3..651424c22 100644 --- a/tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php +++ b/tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php @@ -518,7 +518,7 @@ class EntityGeneratorTest extends \Doctrine\Tests\OrmTestCase 'fieldName' => 'decimal', 'phpType' => 'string', 'dbType' => 'decimal', - 'value' => '33.33' + 'value' => '12.34' ), )); }