aboutsummaryrefslogtreecommitdiff
path: root/tests/app/Models/SearchTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Models/SearchTest.php')
-rw-r--r--tests/app/Models/SearchTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Models/SearchTest.php b/tests/app/Models/SearchTest.php
index 7c03d5aed..04da65d3a 100644
--- a/tests/app/Models/SearchTest.php
+++ b/tests/app/Models/SearchTest.php
@@ -370,7 +370,7 @@ class SearchTest extends PHPUnit\Framework\TestCase {
['%Alice%', '%hello%', '%Bob%', '%world%'],
],
[
- 'intitle:"\\(test\\)"',
+ 'intitle:"(test)"',
'(e.title LIKE ? )',
['%(test)%'],
],