Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Nov 26, 2023
1 parent 9409126 commit e93b5c6
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 @@ -645,7 +645,7 @@ public static function rawSql(): array
['name' => new Stringable('Alfa')],
DbHelper::replaceQuotes(
<<<SQL
SELECT * FROM [[customer]] WHERE [[id]] = 'Alfa'
SELECT * FROM [[customer]] WHERE [[name]] = 'Alfa'
SQL,
static::$driverName,
),
Expand Down

0 comments on commit e93b5c6

Please sign in to comment.