Skip to content

Commit

Permalink
refs #7929 update uuid test
Browse files Browse the repository at this point in the history
  • Loading branch information
roll4life committed Jan 15, 2016
1 parent 47bf98c commit e75858d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1150,7 +1150,7 @@ public function testDescribeUuid() {
$data = $db->describe('test_uuid_describe');

$expected = array(
'type' => 'string',
'type' => 'uuid',
'null' => false,
'default' => null,
'length' => 36,
Expand Down

0 comments on commit e75858d

Please sign in to comment.