summaryrefslogtreecommitdiffstats
path: root/webapp/tests/client_post.test.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-05-09 12:00:08 -0400
committerCorey Hulen <corey@hulen.com>2016-05-09 09:00:08 -0700
commit07126101d379b900724c7c5cfc82070b42c235d6 (patch)
tree80b2485b61eb1684cd6127473267af206c3ab1c2 /webapp/tests/client_post.test.jsx
parent9e07f4b021b28a3e301359a48cf950298f3e552e (diff)
downloadchat-07126101d379b900724c7c5cfc82070b42c235d6.tar.gz
chat-07126101d379b900724c7c5cfc82070b42c235d6.tar.bz2
chat-07126101d379b900724c7c5cfc82070b42c235d6.zip
Recent mention searches now OR terms instead of AND (#2931)
Diffstat (limited to 'webapp/tests/client_post.test.jsx')
-rw-r--r--webapp/tests/client_post.test.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/tests/client_post.test.jsx b/webapp/tests/client_post.test.jsx
index db48e4000..c8e6fad0f 100644
--- a/webapp/tests/client_post.test.jsx
+++ b/webapp/tests/client_post.test.jsx
@@ -102,6 +102,7 @@ describe('Client.Posts', function() {
TestHelper.initBasic(() => {
TestHelper.basicClient().search(
'unit test',
+ false,
function(data) {
assert.equal(data.order[0], TestHelper.basicPost().id);
done();