summaryrefslogtreecommitdiffstats
path: root/tests/Components/ExpressionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Components/ExpressionTest.php')
-rw-r--r--tests/Components/ExpressionTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Components/ExpressionTest.php b/tests/Components/ExpressionTest.php
index d29214c..9bacf9b 100644
--- a/tests/Components/ExpressionTest.php
+++ b/tests/Components/ExpressionTest.php
@@ -46,8 +46,8 @@ class ExpressionTest extends TestCase
'Unexpected dot.',
),
array(
- 'id AS id2 AS id3',
- 'An alias was previously found.',
+ 'id AS AS id2',
+ 'An alias was expected.',
),
array(
'id`id2`\'id3\'',