Skip to content

Commit

Permalink
Fix one test using p/run instead of p/run-with
Browse files Browse the repository at this point in the history
  • Loading branch information
ggeoffrey committed Apr 14, 2022
1 parent 58b308a commit f68af86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hyperfiddle/photon_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@
% := [1])

(tests
(p/run (prn (p/for [id ~@[1]] id))))
(p/run-with (p/vars vector) (prn (p/for [id ~@[1]] id))))

;; (tests
;; (r/run (! ~#'(when (true? true) :ok)))
Expand Down

0 comments on commit f68af86

Please sign in to comment.