typo fixed in unit tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user