aboutsummaryrefslogtreecommitdiff
path: root/test/emacs-hnreader-test.el
diff options
context:
space:
mode:
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)