From 2e5250bdc9b4775eb9b941ab3260b7d359b55a8a Mon Sep 17 00:00:00 2001 From: khenn Date: Fri, 30 Oct 2009 17:13:04 -0500 Subject: [PATCH] forgot to update the plan --- t/Keyword.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Keyword.t b/t/Keyword.t index c5ea23482..03e5e55d7 100644 --- a/t/Keyword.t +++ b/t/Keyword.t @@ -17,7 +17,7 @@ use WebGUI::Keyword; use WebGUI::Asset; # load your modules here -use Test::More tests => 14; # increment this value for each test you create +use Test::More tests => 15; # increment this value for each test you create use Test::Deep; use Data::Dumper;