typo fixed in unit tests
This commit is contained in:
parent
95dfbadd88
commit
5ca8f64853
|
|
@ -11,7 +11,7 @@
|
|||
(ut::assert-equal 1 test))
|
||||
|
||||
(defun ut::assert-false (test)
|
||||
(ut::asertt-equal nil test))
|
||||
(ut::assert-equal nil test))
|
||||
|
||||
|
||||
(defun ut::define-test (name exp_list)
|
||||
|
|
|
|||
Loading…
Reference in New Issue