; Fix last change to secrets-tests.el.
authorBasil L. Contovounesios <basil@contovou.net>
Mon, 15 Apr 2024 21:56:00 +0000 (23:56 +0200)
committerBasil L. Contovounesios <basil@contovou.net>
Mon, 15 Apr 2024 21:56:00 +0000 (23:56 +0200)
test/lisp/net/secrets-tests.el

index 1d9c1446e26e07240d3c38dd6d1ebae8bc1aac60..b7dd0b8f7efc033e4ab69036459122bb6e0534d8 100644 (file)
 
        ;; 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