From d424b119f82bd21d7bf079063f165c8752c052cd Mon Sep 17 00:00:00 2001 From: Thanh Vuong Date: Sat, 17 Aug 2019 16:07:25 -0600 Subject: lexical sope on, save trouble --- test/emacs-hnreader-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/emacs-hnreader-test.el') 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) -- cgit v1.2.3