Fix test
This commit is contained in:
parent
a10addcc9e
commit
360b943ee6
@ -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))))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user