From: Basil L. Contovounesios Date: Mon, 15 Apr 2024 21:56:00 +0000 (+0200) Subject: ; Fix last change to secrets-tests.el. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b16cc15affc1974d1ca5fe084065560f12ca54db;p=emacs.git ; Fix last change to secrets-tests.el. (cherry picked from commit 98b90fc853f05e3d94545c48851e59ace33b50cb) --- diff --git a/test/lisp/net/secrets-tests.el b/test/lisp/net/secrets-tests.el index 1d9c1446e26..b7dd0b8f7ef 100644 --- a/test/lisp/net/secrets-tests.el +++ b/test/lisp/net/secrets-tests.el @@ -175,7 +175,7 @@ ;; Create another item with a non-latin password. (Bug#70301) (should (secrets-create-item "session" "parola" "парола")) - (string-equal (secrets-get-secret "session" "parola") "парола") + (should (string-equal (secrets-get-secret "session" "parola") "парола")) ;; Create an item with attributes. (should