Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Apr 7, 2024
1 parent ce78582 commit 4c612a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Provider/QueryBuilderProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ public static function selectScalar(): array
{
return [
[1, 'SELECT 1'],
['custom_string', 'SELECT "custom_string"'],
['custom_string', DbHelper::replaceQuotes('SELECT [[custom_string]]', static::$driverName)],
[true, 'SELECT TRUE'],
[false, 'SELECT FALSE'],
[12.34, 'SELECT 12.34'],
Expand Down

0 comments on commit 4c612a0

Please sign in to comment.