X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F31stats.t;h=59aeb9e59c3bebc06b526d15e1d6d5ced44e5359;hb=89b2e3e4c385506b5a37b6b8cf2fd96a98308da2;hp=a478d2804296cd88d05556c266ceed18ecbc38a5;hpb=4c24816137de09c629fcd3da41b7626d50cc13f6;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/31stats.t b/t/31stats.t index a478d28..59aeb9e 100644 --- a/t/31stats.t +++ b/t/31stats.t @@ -8,13 +8,13 @@ BEGIN { eval "use DBD::SQLite"; plan $@ ? ( skip_all => 'needs DBD::SQLite for testing' ) - : ( tests => 13 ); + : ( tests => 12 ); } use lib qw(t/lib); use_ok('DBICTest'); -use_ok('DBICTest::HelperRels'); +DBICTest->init_schema(); my $cbworks = 0;