emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/names 741bf08 09/44: Fix tests


From: Stefan Monnier
Subject: [elpa] externals/names 741bf08 09/44: Fix tests
Date: Sat, 27 Mar 2021 14:40:09 -0400 (EDT)

branch: externals/names
commit 741bf08ccc2b49b420d0341561e78308b0c11301
Author: Artur Malabarba <bruce.connor.am@gmail.com>
Commit: Artur Malabarba <bruce.connor.am@gmail.com>

    Fix tests
---
 tests/names-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/names-tests.el b/tests/names-tests.el
index ed8af6c..741934b 100644
--- a/tests/names-tests.el
+++ b/tests/names-tests.el
@@ -237,13 +237,13 @@
    "1.2" :package aim
    (defun foo () (let ((c b)) c)))
   ((defconst a-version "1.2" "Version of the aim package.")
-   (defun a-version () "Version of the aim package." (interactive) "1.2")
+   (defun a-version () "Version of the aim package." (interactive) (message 
"aim version: 1.2") "1.2")
    (defun a-foo () (let ((c b)) c)))
   (:version
    "1.2"
    (defun foo () (let ((c b)) c)))
   ((defconst a-version "1.2" "Version of the a package.")
-   (defun a-version () "Version of the a package." (interactive) "1.2")
+   (defun a-version () "Version of the a package." (interactive) (message "a 
version: 1.2") "1.2")
    (defun a-foo () (let ((c b)) c))))
 
 (names-deftest cl-letf



reply via email to

[Prev in Thread] Current Thread [Next in Thread]