Browse Source

I really need to write some more tests.

Brit Butler 11 years ago
parent
commit
58b37dc630
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/tests.lisp

+ 1 - 1
tests/tests.lisp

10
 
10
 
11
 (deftest sanity-test
11
 (deftest sanity-test
12
     "A blog should compile and deploy correctly."
12
     "A blog should compile and deploy correctly."
13
-  (is (zerop (coleslaw:main nil))))
13
+  (is (zerop (coleslaw:main))))