Fix the number of tests in Story.t, Test::Harness 3.x cannot come quickly enough.
This commit is contained in:
parent
11b33ebfcb
commit
b866601efa
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ WebGUI::Test->addToCleanup($storage1, $storage2);
|
||||||
#
|
#
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
my $tests = 49;
|
my $tests = 50;
|
||||||
plan tests => 1
|
plan tests => 1
|
||||||
+ $tests
|
+ $tests
|
||||||
+ $canEditMaker->plan
|
+ $canEditMaker->plan
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue