X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F67pager.t;h=406cd40bbec43ad4960a6a22762e690952aab9df;hb=8273e845426f0187b4ad6c4a1b42286fa09a648f;hp=eb17faa555743283dc95d1c7e0fe5fa85a9f18d8;hpb=cd1228209f685767668163c2510723959951641b;p=dbsrgits%2FDBIx-Class.git diff --git a/t/67pager.t b/t/67pager.t index eb17faa..406cd40 100644 --- a/t/67pager.t +++ b/t/67pager.t @@ -112,7 +112,7 @@ $it = $rs->search({}, { }); my $row = $rs->search({}, { - order_by => 'cdid', + order_by => 'cdid', offset => 3, rows => 1 })->single;