From 0cd8b3b14f2a6d8c349ecf9ce62fe69b9a377020 Mon Sep 17 00:00:00 2001 From: Sophia Velten de Melo Date: Thu, 30 Oct 2025 15:50:03 -0300 Subject: [PATCH] fix test --- src/nodely/data.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nodely/data.clj b/src/nodely/data.clj index b96d338..0a6bf82 100644 --- a/src/nodely/data.clj +++ b/src/nodely/data.clj @@ -224,7 +224,7 @@ [env & body] `(with-error-handler ~env - (tuple-to-handler ~(with-try-expr body)))) + (#'tuple-to-handler ~(with-try-expr body)))) (s/defn get-value :- s/Any [env :- Env