mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-15 17:00:26 +00:00
automated/package-test.el (package-test-get-deps): Fix typo.
This commit is contained in:
parent
3c5ac25702
commit
c03deb4df9
@ -1,3 +1,7 @@
|
||||
2015-02-05 Artur Malabarba <bruce.connor.am@gmail.com>
|
||||
|
||||
* automated/package-test.el (package-test-get-deps): Fix typo.
|
||||
|
||||
2015-02-03 Artur Malabarba <bruce.connor.am@gmail.com>
|
||||
|
||||
* automated/package-test.el (package-test-get-deps): New test.
|
||||
|
@ -498,7 +498,7 @@ Must called from within a `tar-mode' buffer."
|
||||
(list 1 package-x-test--single-archive-entry-1-4))))))
|
||||
|
||||
(ert-deftest package-test-get-deps ()
|
||||
"Test `package-test-get-deps' with complex structures."
|
||||
"Test `package--get-deps' with complex structures."
|
||||
(let ((package-alist
|
||||
(mapcar (lambda (p) (list (package-desc-name p) p))
|
||||
(list simple-single-desc
|
||||
|
Loading…
Reference in New Issue
Block a user