rename occurences of belongs_to in tests
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / LinerNotes.pm
index 6c75f25..dee08c4 100644 (file)
@@ -17,7 +17,7 @@ __PACKAGE__->add_columns(
   },
 );
 __PACKAGE__->set_primary_key('liner_id');
-__PACKAGE__->belongs_to(
+__PACKAGE__->refers_to(
   'cd', 'DBICTest::Schema::CD', 'liner_id'
 );