Skip to content

Commit

Permalink
Remove unneeded line from test (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Apr 19, 2023
1 parent 857f1a8 commit 218b1b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Db/Schema/ColumnSchemaBuilderTest.php
Expand Up @@ -266,8 +266,6 @@ public function testUnsignedTypePk(): void
{
$column = new Column(SchemaInterface::TYPE_PK);

(new Column(SchemaInterface::TYPE_STRING))->unique()->notNull()->append('PRIMARY KEY');

$this->assertSame('pk', $column->asString());
$this->assertSame('upk', $column->unsigned()->asString());
}
Expand Down

0 comments on commit 218b1b4

Please sign in to comment.