X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Fprefetch%2Fincomplete.t;fp=t%2Fprefetch%2Fincomplete.t;h=e753962dfe22798333faca1625bc976d1d346565;hp=f8e89def398956ad33b3e656e0480dc40402a42f;hb=95e410363af05aa8a39ec5febc185e18600f69f8;hpb=4c8ef945c4ff78639c2d689200caa97a0b81a243 diff --git a/t/prefetch/incomplete.t b/t/prefetch/incomplete.t index f8e89de..e753962 100644 --- a/t/prefetch/incomplete.t +++ b/t/prefetch/incomplete.t @@ -105,7 +105,7 @@ throws_ok( sub { $schema->resultset('Track')->search({}, { join => { cd => 'artist' }, '+columns' => 'artist.name' } )->next; }, - qr|\QCan't inflate prefetch into non-existent relationship 'artist' from 'Track', check the inflation specification (columns/as) ending in '...artist.name'|, + qr|\QInflation into non-existent relationship 'artist' of 'Track' requested, check the inflation specification (columns/as) ending in '...artist.name'|, 'Sensible error message on mis-specified "as"', );