rename occurences of belongs_to in tests
[dbsrgits/DBIx-Class.git] / t / prefetch / join_type.t
index 380dc0f..a367257 100644 (file)
@@ -9,7 +9,7 @@ use DBICTest;
 my $schema = DBICTest->init_schema();
 
 
-# a regular belongs_to prefetch
+# a regular refers_to prefetch
 my $cds = $schema->resultset('CD')->search ({}, { prefetch => 'artist' } );
 
 my $nulls = {