summaryrefslogtreecommitdiffstats
path: root/tests/Utils/QueryTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Utils/QueryTest.php')
-rw-r--r--tests/Utils/QueryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php
index 833469e..9929da1 100644
--- a/tests/Utils/QueryTest.php
+++ b/tests/Utils/QueryTest.php
@@ -495,6 +495,6 @@ class QueryTest extends TestCase
list($statement, $query, $delimiter) =
Query::getFirstStatement($query, $delimiter);
- $this->assertEquals('/*!SELECT * FROM actor WHERE last_name = "abc"*/$$', $statement);
+ $this->assertEquals('SELECT * FROM actor WHERE last_name = "abc"$$', $statement);
}
}