From 4f5f5af20b964ba1056b37b13042d92b35c9d179 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 5 Oct 2006 14:46:24 +0000 Subject: [PATCH] correct number of tests --- t/Session/Style.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Session/Style.t b/t/Session/Style.t index e1c7cf58c..ff63be864 100644 --- a/t/Session/Style.t +++ b/t/Session/Style.t @@ -16,7 +16,7 @@ use HTML::TokeParser; use WebGUI::Test; use WebGUI::Session; -use Test::More tests => 31; # increment this value for each test you create +use Test::More tests => 33; # increment this value for each test you create use Test::Deep; my $session = WebGUI::Test->session;