diff --git a/tests/query-all-tables.pl b/tests/query-all-tables.pl index eb67a7f2..771239a6 100755 --- a/tests/query-all-tables.pl +++ b/tests/query-all-tables.pl @@ -7,7 +7,7 @@ my $db = Hydra::Model::DB->new; my @sources = $db->schema->sources; my $nrtables = scalar(@sources); -use Test::Simple tests => 38; +use Test::Simple tests => 39; foreach my $source (@sources) { my $title = "Basic select query for $source";