aboutsummaryrefslogtreecommitdiff
path: root/test/test-search.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-04 14:04:55 -0500
committerSean Allred <code@seanallred.com>2015-01-04 14:04:55 -0500
commit89834aa61adf1fff29379c82ab96629f0b2960d0 (patch)
tree5f1791c4048816ada270ece0027e4eb8800a27d1 /test/test-search.el
parentba9dfba28bd879c49009187bcbbc60fbb343c65b (diff)
parenta9dfed758f2ef75081606228fdff87ad9c6f6ddb (diff)
Merge pull request #189 from vermiculus/tag-bot
Tag bot
Diffstat (limited to 'test/test-search.el')
-rw-r--r--test/test-search.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-search.el b/test/test-search.el
index 72dbcdc..72f0846 100644
--- a/test/test-search.el
+++ b/test/test-search.el
@@ -29,8 +29,8 @@
(ert-deftest test-search-full-page ()
"Test retrieval of the full search page"
(should
- (= 30 (length (sx-search-get-questions
- "stackoverflow" 1 "jquery")))))
+ (= 100 (length (sx-search-get-questions
+ "stackoverflow" 1 "jquery")))))
(ert-deftest test-search-exclude-tags ()
"Test excluding tags from a search"