Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonettas committed Dec 21, 2023
1 parent 9e2393e commit 6563e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clojure/test_clojure/storm_utils.clj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
(swap! captured-traces conj [:fn-return (maybe-serialize ret-val) coord]))
:trace-expr-fn-key
(fn [_ val coord _]
(swap! captured-traces conj [:expr-exec (maybe-serialize val) coord _]))
(swap! captured-traces conj [:expr-exec (maybe-serialize val) coord]))
:trace-bind-fn-key
(fn [_ coord sym-name val]
(swap! captured-traces conj [:bind sym-name (maybe-serialize val) coord]))})
Expand Down

0 comments on commit 6563e3c

Please sign in to comment.