diff --git a/t/Group.t b/t/Group.t index 9ec17ff0c..eedd7c21c 100644 --- a/t/Group.t +++ b/t/Group.t @@ -78,7 +78,7 @@ my @ipTests = ( plan tests => (88 + scalar(@scratchTests) + scalar(@ipTests)); # increment this value for each test you create my $session = WebGUI::Test->session; -my testCache = WebGUI::Cache->new($session, 'myTestKey'); +my $testCache = WebGUI::Cache->new($session, 'myTestKey'); $testCache->flush; my $g = WebGUI::Group->new($session, "new"); diff --git a/t/User.t b/t/User.t index bc815e1dc..479de9de7 100644 --- a/t/User.t +++ b/t/User.t @@ -22,7 +22,7 @@ use Test::More tests => 85; # increment this value for each test you create my $session = WebGUI::Test->session; -my testCache = WebGUI::Cache->new($session, 'myTestKey'); +my $testCache = WebGUI::Cache->new($session, 'myTestKey'); $testCache->flush; my $user;