aboutsummaryrefslogtreecommitdiff
path: root/test/emacs-hnreader-test.el
diff options
context:
space:
mode:
authorThanh Vuong <thanhvg@gmail.com>2019-08-17 16:07:25 -0600
committerThanh Vuong <thanhvg@gmail.com>2019-08-17 16:07:25 -0600
commitd424b119f82bd21d7bf079063f165c8752c052cd (patch)
treed5ee1f7d92feb43a94d2d574f1646ca963cea019 /test/emacs-hnreader-test.el
parentb093cdf22b034f189dec955dd5bf0fbe69ff2704 (diff)
lexical sope on, save trouble
Diffstat (limited to 'test/emacs-hnreader-test.el')
-rw-r--r--test/emacs-hnreader-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/emacs-hnreader-test.el b/test/emacs-hnreader-test.el
index a2d40d6..c62fc06 100644
--- a/test/emacs-hnreader-test.el
+++ b/test/emacs-hnreader-test.el
@@ -2,7 +2,7 @@
(ert-deftest-async test/promise-dom (done)
(promise-done
(promise-chain
- (hnreader--promise-dom "https://www.google.com")
+ (hnreader--promise-dom "https://news.ycombinator.com/news")
(then (lambda (result)
(should (listp result))
;; (message "%s" result)