We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315ab82 commit eb0c18eCopy full SHA for eb0c18e
test/cider-tests.el
@@ -707,6 +707,6 @@
707
708
(ert-deftest cider-refcard-url ()
709
(let ((cider-version "0.11.0"))
710
- (should (string= (cider-manual-url) "https://github.com/clojure-emacs/cider/raw/v0.11.0/doc/cider-refcard.pdf")))
+ (should (string= (cider-refcard-url) "https://github.com/clojure-emacs/cider/raw/v0.11.0/doc/cider-refcard.pdf")))
711
(let ((cider-version "0.11.0-snapshot"))
712
- (should (string= (cider-manual-url) "https://github.com/clojure-emacs/cider/raw/master/doc/cider-refcard.pdf"))))
+ (should (string= (cider-refcard-url) "https://github.com/clojure-emacs/cider/raw/master/doc/cider-refcard.pdf"))))
0 commit comments