From f68af86b4d8542fbd0f1dde4d493fce0d17f2c19 Mon Sep 17 00:00:00 2001 From: Geoffrey Gaillard Date: Thu, 14 Apr 2022 19:10:46 +0200 Subject: [PATCH] Fix one test using `p/run` instead of `p/run-with` --- test/hyperfiddle/photon_test.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hyperfiddle/photon_test.cljc b/test/hyperfiddle/photon_test.cljc index 43f1c70c0..5c46ebcb5 100644 --- a/test/hyperfiddle/photon_test.cljc +++ b/test/hyperfiddle/photon_test.cljc @@ -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)))