Fix number of tests in SQL.t
This commit is contained in:
parent
f5764b0f1e
commit
26853527a0
1 changed files with 2 additions and 2 deletions
4
t/SQL.t
4
t/SQL.t
|
|
@ -13,10 +13,9 @@ use strict;
|
|||
use WebGUI::Test;
|
||||
use WebGUI::Session;
|
||||
use Data::Dumper;
|
||||
use Test::More;
|
||||
use Test::Deep;
|
||||
|
||||
use Test::More tests => 57; # increment this value for each test you create
|
||||
|
||||
my $session = WebGUI::Test->session;
|
||||
|
||||
# read
|
||||
|
|
@ -309,3 +308,4 @@ $session->db->write(
|
|||
);
|
||||
ok( $session->db->quickCSV( 'SELECT * FROM testTable' ), 'get some output even with newlines in data' );
|
||||
|
||||
done_testing();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue