diff --git a/tests/TestCase/Db/Adapter/PostgresAdapterTest.php b/tests/TestCase/Db/Adapter/PostgresAdapterTest.php index 4484745e..eb713ca3 100644 --- a/tests/TestCase/Db/Adapter/PostgresAdapterTest.php +++ b/tests/TestCase/Db/Adapter/PostgresAdapterTest.php @@ -1910,7 +1910,6 @@ public function testGetPhinxType() $this->assertEquals('datetime', $this->adapter->getPhinxType('timestamp without time zone')); $this->assertEquals('uuid', $this->adapter->getPhinxType('uuid')); - $this->assertEquals('uuid', $this->adapter->getPhinxType('nativeuuid')); $this->assertEquals('interval', $this->adapter->getPhinxType('interval')); }