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'); $data = $db->describe('test_uuid_describe');
$expected = array( $expected = array(
'type' => 'string', 'type' => 'uuid',
'null' => false, 'null' => false,
'default' => null, 'default' => null,
'length' => 36, 'length' => 36,