diff --git a/tests/query-all-tables.pl.in b/tests/query-all-tables.pl.in index 7045748b..1d3c9171 100755 --- a/tests/query-all-tables.pl.in +++ b/tests/query-all-tables.pl.in @@ -9,7 +9,7 @@ my $db = openHydraDB; my @sources = $db->sources; my $nrtables = scalar(@sources); -use Test::Simple tests => 74; +use Test::Simple tests => 43; foreach my $source (@sources) { my $title = "Basic select query for $source";