Skip to content

Commit cc15505

Browse files
committed
fix
1 parent cb24aa6 commit cc15505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Common/CommonEnumColumnTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function testInsertAndQuery(): void
5757
#[TestWith([['active', 'inactive', 'pending']])]
5858
#[TestWith([['[one]', 'the [two]', 'the [three] to']])]
5959
#[TestWith([["hello''world''", "the '[feature']"]])]
60-
public function testCreateTable22(array $items): void
60+
public function testCreateTable(array $items): void
6161
{
6262
$this->dropTable('test_enum_table');
6363

0 commit comments

Comments
 (0)