refs #7929 update uuid test

This commit is contained in:
Seth Tanner 2016-01-15 12:15:59 -08:00
parent 47bf98cae4
commit e75858d342

View file

@ -1150,7 +1150,7 @@ class PostgresTest extends CakeTestCase {
$data = $db->describe('test_uuid_describe');
$expected = array(
'type' => 'string',
'type' => 'uuid',
'null' => false,
'default' => null,
'length' => 36,