Fold column_info() into columns_info()
[dbsrgits/DBIx-Class.git] / t / 86might_have.t
index 62655e0..f656802 100644 (file)
@@ -40,7 +40,7 @@ warning_like {
     { "foreign.id" => "self.link" },
   );
 }
-  qr{"might_have/has_one" must not be on columns with is_nullable set to true},
+  qr{'might_have'/'has_one' must not be used on columns with is_nullable set to true},
   'might_have should warn if the self.id column is nullable';
 
 {