Merge the relationship resolution rework
[dbsrgits/DBIx-Class.git] / t / cdbi / 06-hasa.t
index 6d47c12..abad170 100644 (file)
@@ -118,7 +118,7 @@ sub fail_with_bad_object {
         NumExplodingSheep => 23
       }
     );
-  } qr/isn't a Director/;
+  } qr/is not a column on related source 'Director'/;
 }
 
 package Foo;