X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=unit-tests%2Ftest-graph.lisp;h=3e36301cce47c6fcf17650f3bf6acd92adcce1d3;hb=a3062aaed0bb42f1bbbc7cf6d1a2cf14c277a712;hp=aae24bef4b9a6d1e53e52597850cfc7ad75165c8;hpb=09ba252fcab440337424122782e305db8f585e83;p=cl-graph.git diff --git a/unit-tests/test-graph.lisp b/unit-tests/test-graph.lisp index aae24be..3e36301 100644 --- a/unit-tests/test-graph.lisp +++ b/unit-tests/test-graph.lisp @@ -25,7 +25,7 @@ (ensure-same (size g) 2))) (addtest (test-test-vertex) - test-1 + test-2 (bind ((x (float 2.1d0)) (y (float 2.1d0)) (g (make-container 'graph-container :vertex-test #'=)))