General & minor refactoring

This commit is contained in:
Henrik Lissner 2018-01-07 00:08:30 -05:00
parent 25619908a2
commit 2d9e63d5bb
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 13 additions and 17 deletions

View file

@ -31,8 +31,7 @@
(should (eq (doom-package-backend 'org) 'emacs))))
(def-test! elpa-outdated-detection
(let* ((doom--last-refresh (current-time))
(package-alist
(let* ((package-alist
`((doom-dummy ,(-pkg 'doom-dummy '(20160405 1234)))))
(package-archive-contents
`((doom-dummy ,(-pkg 'doom-dummy '(20170405 1234))))))