From 9be99934ca30d5d0119280eccd9873434a31232c Mon Sep 17 00:00:00 2001 From: Marco Baringer Date: Tue, 26 Jun 2007 13:49:14 +0200 Subject: [PATCH] There is no fixture named foo, wtf? --- t/tests.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/tests.lisp b/t/tests.lisp index 601c2fd..f88d1fe 100644 --- a/t/tests.lisp +++ b/t/tests.lisp @@ -25,7 +25,7 @@ (is-true t) (is-false nil)) -(test (is2 :suite test-suite :fixture foo) +(test (is2 :suite test-suite :fixture null-fixture) (is (plusp 0)) (is (< 0 -1)) (is (not (plusp 1))) -- 1.7.10.4