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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Components/ExpressionTest.php b/tests/Components/ExpressionTest.php
index c5e10a4..f1c491c 100644
--- a/tests/Components/ExpressionTest.php
+++ b/tests/Components/ExpressionTest.php
@@ -26,7 +26,7 @@ class ExpressionTest extends TestCase
$parser = new Parser();
Expression::parse($parser, $this->getTokensList('(1))'));
$errors = $this->getErrorsAsArray($parser);
- $this->assertEquals($errors[0][0], 'Unexpected bracket.');
+ $this->assertEquals($errors[0][0], 'Unexpected closing bracket.');
}
public function testParseErr2()