From 07126101d379b900724c7c5cfc82070b42c235d6 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 9 May 2016 12:00:08 -0400 Subject: Recent mention searches now OR terms instead of AND (#2931) --- webapp/tests/client_post.test.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/tests/client_post.test.jsx') 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(); -- cgit v1.2.3-1-g7c22