X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=ed949879c440b32c3a5ffd5116845f929d994fb6;hb=69df048c1413aa55d9816ad4c7d6f32ae2d6c6cc;hp=6034918aa4502d691c94830ceefb22a3fd9d5ff4;hpb=5953db07cc2276392d0a81052d2d8c71d3252b5a;p=clsql.git diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 6034918..ed94987 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -145,7 +145,7 @@ :type (string 30) :initarg :city) (postal-code - :column "zip" + :column zip :type integer :void-value 0 :initarg :postal-code))