Skip to content

Commit

Permalink
Update test according to the main PR (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov authored May 5, 2024
1 parent 89bddac commit 08e15f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Provider/CommandProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static function batchInsert(): array

$batchInsert['table name with column name with brackets']['expectedParams'][':qp3'] = 0;

$batchInsert['batchInsert binds params from expression']['expectedParams'][':qp3'] = 0;
$batchInsert['binds params from expression']['expectedParams'][':qp3'] = 0;
$batchInsert['with associative values']['expectedParams'][':qp3'] = 1;

return $batchInsert;
Expand Down

0 comments on commit 08e15f7

Please sign in to comment.