Skip to content

Commit 0d69757

Browse files
committed
Fix test test-resolve-package-archives--org-supports-https
1 parent 3fa3997 commit 0d69757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/core-configuration-layer-utest.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291

292292
(ert-deftest test-resolve-package-archives--org-supports-https ()
293293
(let ((input '(("org" . "orgmode.org/elpa/")))
294-
dotspacemacs-elpa-https)
294+
(dotspacemacs-elpa-https t))
295295
(should (equal '(("org" . "https://orgmode.org/elpa/"))
296296
(configuration-layer//resolve-package-archives input)))))
297297

0 commit comments

Comments
 (0)