X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fprefetch%2Frestricted_children_set.t;h=9b0f3ee0dbca5da0068b8231fbfd87bc6ab976cb;hb=fb88ca2c952ef2e17f6e8a414079f12f71761ff7;hp=959c87d4f589c660588ce214ff21fcbe89152ca1;hpb=1759f82f9191bd4ec6ad743d066082242ddbce39;p=dbsrgits%2FDBIx-Class.git diff --git a/t/prefetch/restricted_children_set.t b/t/prefetch/restricted_children_set.t index 959c87d..9b0f3ee 100644 --- a/t/prefetch/restricted_children_set.t +++ b/t/prefetch/restricted_children_set.t @@ -19,7 +19,7 @@ my $cds_rs = $schema->resultset('CD')->search( }, ], { - order_by => 'me.cdid', + order_by => [qw(me.cdid cds.title)], prefetch => { artist => 'cds' }, result_class => 'DBIx::Class::ResultClass::HashRefInflator', },