fix(test): use internal package prefix for compute-merkle-hash

This commit is contained in:
2026-04-28 17:37:35 -04:00
parent 609669b304
commit 5323f759d0

View File

@@ -402,7 +402,7 @@ Utility functions for AST traversal and path resolution.
;; We'll use a manual check here since automatic validation is in the Loop
(let ((obj (lookup-object id)))
(let ((current-hash (org-object-hash obj))
(computed-hash (opencortex:compute-merkle-hash (org-object-id obj)
(computed-hash (opencortex::compute-merkle-hash (org-object-id obj)
(org-object-type obj)
(org-object-attributes obj)
(org-object-content obj)