revert previous revision
[dbsrgits/DBIx-Class.git] / t / 66relationship.t
index 88f5c16..0ae02e6 100644 (file)
@@ -8,7 +8,7 @@ use DBICTest;
 
 my $schema = DBICTest->init_schema();
 
-plan tests => 75;
+plan tests => 69;
 
 # has_a test
 my $cd = $schema->resultset("CD")->find(4);