Oops. Fix test count in Utility.t since I forgot to update it before.
This commit is contained in:
parent
ce447fdbd9
commit
848c4b6934
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ use lib "$FindBin::Bin/lib";
|
|||
use WebGUI::Test;
|
||||
use WebGUI::Session;
|
||||
|
||||
use Test::More tests => 21; # increment this value for each test you create
|
||||
use Test::More tests => 23; # increment this value for each test you create
|
||||
|
||||
my $session = WebGUI::Test->session;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue