rename occurences of belongs_to in tests
[dbsrgits/DBIx-Class.git] / t / 73oracle_hq.t
index 8189479..f219f85 100644 (file)
@@ -33,7 +33,7 @@ BEGIN {
     { 'foreign.parentid' => 'self.artistid' }
   );
 
-  DBICTest::Schema::Artist->belongs_to(
+  DBICTest::Schema::Artist->refers_to(
     parent => 'DBICTest::Schema::Artist',
     { 'foreign.artistid' => 'self.parentid' }
   );