Skip to content

Commit aabaf2f

Browse files
committed
[ci skip] Fix leftover test table
1 parent 192cddc commit aabaf2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/system/Database/Live/ForgeTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ public function testCreateTableWithArrayFieldConstraints()
163163
{
164164
$this->assertEquals('enum', $fields[0]->type);
165165
}
166+
167+
$this->forge->dropTable('forge_array_constraint', true);
166168
}
167169
else
168170
{

0 commit comments

Comments
 (0)