Skip to content

Commit

Permalink
Fix failing test in postgres.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 11, 2017
1 parent 248ad97 commit 7318319
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/TestCase/Database/Schema/PostgresSchemaTest.php
Expand Up @@ -352,14 +352,13 @@ public function testDescribeTable()
'comment' => null,
],
'views' => [
'type' => 'integer',
'type' => 'smallint',
'null' => true,
'default' => 0,
'length' => 5,
'precision' => null,
'unsigned' => null,
'comment' => null,
'autoIncrement' => null,
],
'readingtime' => [
'type' => 'time',
Expand Down

0 comments on commit 7318319

Please sign in to comment.