From 08e15f758ce2cd349333468d0a0e239b14212a28 Mon Sep 17 00:00:00 2001 From: Sergei Tigrov Date: Sun, 5 May 2024 15:06:46 +0700 Subject: [PATCH] Update test according to the main PR (#302) --- tests/Provider/CommandProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Provider/CommandProvider.php b/tests/Provider/CommandProvider.php index e6a2e658..7f8f2e16 100644 --- a/tests/Provider/CommandProvider.php +++ b/tests/Provider/CommandProvider.php @@ -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;