From 43f6dced9be72d093aa1b9b0ee9a302e653625ad Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 22 Sep 2009 09:00:46 -0700 Subject: [PATCH] Fix a bad plan in the AddressBook test. --- t/Shop/AddressBook.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Shop/AddressBook.t b/t/Shop/AddressBook.t index fc21d22df..b73838fd6 100644 --- a/t/Shop/AddressBook.t +++ b/t/Shop/AddressBook.t @@ -31,7 +31,7 @@ my $session = WebGUI::Test->session; #---------------------------------------------------------------------------- # Tests -plan tests => 25; +plan tests => 24; #---------------------------------------------------------------------------- # put your tests here