rename occurences of belongs_to in tests
[dbsrgits/DBIx-Class.git] / t / 746mssql.t
index b822138..4de9725 100644 (file)
@@ -406,7 +406,7 @@ SQL
         }
 
 
-        # try a ->belongs_to direction (no select collapse, group_by should work)
+        # try a ->refers_to direction (no select collapse, group_by should work)
         my $books = $schema->resultset ('BooksInLibrary')->search (
           {
             'owner.name' => [qw/wiggle woggle/],