obscure prefetch problem fixed
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / CD.pm
index d3ad8e8..7ba727c 100644 (file)
@@ -40,7 +40,6 @@ __PACKAGE__->might_have(
     { proxy => [ qw/notes/ ] },
 );
 __PACKAGE__->many_to_many( producers => cd_to_producer => 'producer' );
-__PACKAGE__->many_to_many( other_producers => cd_to_producer => 'other_producer' );
 __PACKAGE__->many_to_many(
     producers_sorted => cd_to_producer => 'producer',
     { order_by => 'producer.name' },