Fix RT#64500
[dbsrgits/DBIx-Class.git] / t / multi_create / standard.t
index 703f1d6..7aca7a4 100644 (file)
@@ -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'
 );