diff options
Diffstat (limited to 'tests.el')
-rw-r--r-- | tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,11 +7,11 @@ ;;; Tests -(add-to-list 'load-path ".") - (require 'stack-core) (require 'stack-question) +(setq stack-core-remaining-api-requests-message-threshold 50000) + (ert-deftest test-question-retrieve () (should (stack-question-get-questions 'emacs))) |