X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F61findnot.t;h=7a539d64a8527b9019310f96cd91be94b11ee0d0;hb=5e0e5426b36b5df5f9d1394068cd9f7f1c81087a;hp=d7dde4db5a881f96a44d32ba28f7792e15bb35ed;hpb=f820092840ce4cf741a762c80409a0c83197cc2c;p=dbsrgits%2FDBIx-Class.git diff --git a/t/61findnot.t b/t/61findnot.t index d7dde4d..7a539d6 100644 --- a/t/61findnot.t +++ b/t/61findnot.t @@ -57,7 +57,7 @@ $artist_rs = $schema->resultset("Artist"); warnings_exist { $artist_rs->find({}) -} qr/\QDBIx::Class::ResultSet::find(): Query returned more than one row. SQL that returns multiple rows is DEPRECATED for ->find and ->single/ +} qr/\QQuery returned more than one row. SQL that returns multiple rows is DEPRECATED for ->find and ->single/ => "Non-unique find generated a cursor inexhaustion warning"; throws_ok {