From 11c7a5c1f47a89a8fdf48069968c23853c272a76 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 29 May 2018 17:55:34 +0200 Subject: [PATCH] Fix test for tools/password-store --- modules/tools/password-store/test/autoload-pass.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/password-store/test/autoload-pass.el b/modules/tools/password-store/test/autoload-pass.el index 278159ef6..ec3a9d0e4 100644 --- a/modules/tools/password-store/test/autoload-pass.el +++ b/modules/tools/password-store/test/autoload-pass.el @@ -6,7 +6,7 @@ (defmacro with-passwords!! (buffer-args &rest body) (declare (indent defun)) `(cl-letf - (((symbol-function '+pass--get-entry) + (((symbol-function '+pass-get-entry) (lambda (entry) (when (equal entry "fake/source") '((secret . "defuse-account-gad")