diff --git a/tests/Phinx/Db/Adapter/PostgresAdapterTest.php b/tests/Phinx/Db/Adapter/PostgresAdapterTest.php index 78c3910e4..36e9293bc 100644 --- a/tests/Phinx/Db/Adapter/PostgresAdapterTest.php +++ b/tests/Phinx/Db/Adapter/PostgresAdapterTest.php @@ -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')); }