X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2F66relationship.t;h=0ae02e6e34d965a1e35dbd9e3333e0dc2cdbca9b;hp=6a30aa3d6bec86082b91570d1938db93fe2beac8;hb=6ffb5be522e752ea1ad2a99d36648535fe30a43b;hpb=506558685fcff08dee7bfdf5ab55b70f82d64818 diff --git a/t/66relationship.t b/t/66relationship.t index 6a30aa3..0ae02e6 100644 --- a/t/66relationship.t +++ b/t/66relationship.t @@ -8,7 +8,7 @@ use DBICTest; my $schema = DBICTest->init_schema(); -plan tests => 74; +plan tests => 69; # has_a test my $cd = $schema->resultset("CD")->find(4);