From 647dc6a13a2734f71b2844598688dc1bc4bded23 Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Tue, 8 Jun 2010 16:30:26 -0400 Subject: [PATCH] Correct number of tests. --- t/Inbox/Groups.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Inbox/Groups.t b/t/Inbox/Groups.t index ae8436f6b..33be2430c 100644 --- a/t/Inbox/Groups.t +++ b/t/Inbox/Groups.t @@ -24,7 +24,7 @@ use WebGUI::User; use Test::More; -plan tests => 13; +plan tests => 14; use Data::Dumper;