proper dataform test fix
This commit is contained in:
parent
0076d9279e
commit
713e73bf19
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ use lib "$FindBin::Bin/../../lib";
|
|||
|
||||
use WebGUI::Test;
|
||||
use WebGUI::Session;
|
||||
use Test::More tests => 4; # increment this value for each test you create
|
||||
use Test::More tests => 1; # increment this value for each test you create
|
||||
use Test::Deep;
|
||||
|
||||
my $one = [1, 2, 3, 4];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue