(let (item-path)
(should (secrets-open-session))
+ ;; Cleanup. There could be items in the "session" collection.
+ (secrets--test-delete-all-session-items)
+
;; There shall be no items in the "session" collection.
(should-not (secrets-list-items "session"))
;; There shall be items in the "Login" collection.
(progn
(should (secrets-open-session))
+ ;; Cleanup. There could be items in the "session" collection.
+ (secrets--test-delete-all-session-items)
+
;; There shall be no items in the "session" collection.
(should-not (secrets-list-items "session"))