typo fixed in unit tests

This commit is contained in:
VaclavT 2021-05-04 19:55:04 +02:00
parent 95dfbadd88
commit 5ca8f64853
1 changed files with 1 additions and 1 deletions

View File

@ -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)