fix: pre-existing paren imbalances in programming-org and system-archivist tests
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 3s

This commit is contained in:
2026-05-05 16:25:28 -04:00
parent 23b8cfacd3
commit a2ede2dd89
4 changed files with 16 additions and 8 deletions

View File

@@ -377,5 +377,5 @@ and dispatches as needed. Called by the deterministic gate."
"Expected note creation to return T")
(is (uiop:file-exists-p (merge-pathnames "test_note.org" tmp-dir))
"Expected file test_note.org to exist"))
(uiop:delete-directory-tree (uiop:ensure-directory-pathname tmp-dir) :validate t))))
(uiop:delete-directory-tree (uiop:ensure-directory-pathname tmp-dir) :validate t)))))
#+end_src