forked from lix-project/hydra
Doh
This commit is contained in:
parent
edb88ef452
commit
fda9b66dc7
|
@ -7,7 +7,7 @@ my $db = Hydra::Model::DB->new;
|
|||
my @sources = $db->schema->sources;
|
||||
my $nrtables = scalar(@sources);
|
||||
|
||||
use Test::Simple tests => 45;
|
||||
use Test::Simple tests => 41;
|
||||
|
||||
foreach my $source (@sources) {
|
||||
my $title = "Basic select query for $source";
|
||||
|
|
Loading…
Reference in a new issue