Skip to content

Commit

Permalink
Fix test test-resolve-package-archives--org-supports-https
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 23, 2018
1 parent 035fc2a commit 03343a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/core-configuration-layer-utest.el
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@

(ert-deftest test-resolve-package-archives--org-supports-https ()
(let ((input '(("org" . "orgmode.org/elpa/")))
dotspacemacs-elpa-https)
(dotspacemacs-elpa-https t))
(should (equal '(("org" . "https://orgmode.org/elpa/"))
(configuration-layer//resolve-package-archives input)))))

Expand Down

0 comments on commit 03343a7

Please sign in to comment.