X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F86might_have.t;h=f656802f4aa6f461748186fa8aac07563864e671;hb=b83736a7d3235d2f50fe5695550eb3637432d960;hp=62655e0351d253fb7720c24337aa6f506f9d91ed;hpb=c0329273268971824784f239f32c7246e68da9c5;p=dbsrgits%2FDBIx-Class.git diff --git a/t/86might_have.t b/t/86might_have.t index 62655e0..f656802 100644 --- a/t/86might_have.t +++ b/t/86might_have.t @@ -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'; {