This commit is contained in:
Lee Spector 2023-12-31 21:43:38 -05:00
parent a10addcc9e
commit 360b943ee6

View File

@ -24,7 +24,7 @@
(t/deftest random-instruction-test (t/deftest random-instruction-test
(t/is (t/is
(letfn [(instruct [] 1)] (letfn [(instruct [] 1)]
(let [test (u/random-instruction [instruct 2])] (let [test (u/random-instruction [instruct 2] {})]
(if (= 1 test) (if (= 1 test)
true true
(= 2 test)))))) (= 2 test))))))