Skip to content

Commit cd9ed3c

Browse files
authored
Update test according to main PR (#331)
1 parent b8c40ab commit cd9ed3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CommandTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function testAlterColumn(): void
7171
public function testBatchInsert(
7272
string $table,
7373
array $columns,
74-
array $values,
74+
iterable $values,
7575
string $expected,
7676
array $expectedParams = [],
7777
int $insertedRow = 1

0 commit comments

Comments
 (0)