Fix test test-resolve-package-archives--org-supports-https

This commit is contained in:
syl20bnr 2018-01-22 23:51:30 -05:00
parent 035fc2a648
commit 03343a7f1d
1 changed files with 1 additions and 1 deletions

View File

@ -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)))))