X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fmulti_create%2Fstandard.t;h=7aca7a44c4e62985be1d473a44e0a5dd23ebc0a7;hb=de0ed7f1a05646ecf440d62d1423eaa46f5cd26b;hp=703f1d696ea1d2b9f6ab0107bbe7e100a92f153f;hpb=d7f20fdf18a715c90597dd65167d4dafaac7c69f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/multi_create/standard.t b/t/multi_create/standard.t index 703f1d6..7aca7a4 100644 --- a/t/multi_create/standard.t +++ b/t/multi_create/standard.t @@ -72,7 +72,7 @@ throws_ok ( ], }); }, - qr/Recursive update is not supported over relationships of type multi/, + qr/Recursive update is not supported over relationships of type 'multi'/, 'create via update of multi relationships throws an exception' );