Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Apr 10, 2020
1 parent 8c0d3e8 commit e955c78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Phinx/Db/Adapter/PostgresAdapterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,6 @@ public function testGetPhinxType()
$this->assertEquals('datetime', $this->adapter->getPhinxType('timestamp without time zone'));

$this->assertEquals('uuid', $this->adapter->getPhinxType('uuid'));
$this->assertEquals('binaryuuid', $this->adapter->getPhinxType('binaryuuid'));

$this->assertEquals('interval', $this->adapter->getPhinxType('interval'));
}
Expand Down

0 comments on commit e955c78

Please sign in to comment.