Skip to content

Commit

Permalink
Update test according to main PR (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov authored Apr 27, 2024
1 parent b8c40ab commit cd9ed3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function testAlterColumn(): void
public function testBatchInsert(
string $table,
array $columns,
array $values,
iterable $values,
string $expected,
array $expectedParams = [],
int $insertedRow = 1
Expand Down

0 comments on commit cd9ed3c

Please sign in to comment.