fix(vault): Properly comment out fiveam test forms
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s

This commit is contained in:
2026-04-19 13:52:53 -04:00
parent c9332b5668
commit 9444952d81

View File

@@ -154,7 +154,7 @@ Note: Tests disabled in jail load.
** 1. Unit Tests (FiveAM)
#+begin_src lisp
#+nil
#|
(defpackage :opencortex-vault-tests
(:use :cl :fiveam :opencortex))
(in-package :opencortex-vault-tests)
@@ -171,6 +171,7 @@ Note: Tests disabled in jail load.
(let ((old-version (opencortex::org-object-version (gethash "root" *memory*))))
(opencortex:vault-set-secret :test "secret-val")
(is (> (opencortex::org-object-version (gethash "root" *memory*)) old-version))))
|#
#+end_src
** 2. Chaos Scenarios