aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/jsonapi/BlubberThreadsIndexTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jsonapi/BlubberThreadsIndexTest.php b/tests/jsonapi/BlubberThreadsIndexTest.php
index ec2929c..ab6d200 100644
--- a/tests/jsonapi/BlubberThreadsIndexTest.php
+++ b/tests/jsonapi/BlubberThreadsIndexTest.php
@@ -58,7 +58,7 @@ class BlubberThreadsIndexTest extends \Codeception\Test\Unit
return count(
$this->upgradeAndFilterThreads(
$credentials,
- \BlubberThread::findBySQL('context_type = "public" AND visible_in_stream')
+ \BlubberThread::findBySQL("context_type = 'public' AND visible_in_stream")
)
);
});