X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F67pager.t;h=f768549d90bb6b819e49318924103697bbcb9c30;hb=cc506f8b4fdf305b5f4483c7fdad19bc84ea68c8;hp=eb17faa555743283dc95d1c7e0fe5fa85a9f18d8;hpb=cd1228209f685767668163c2510723959951641b;p=dbsrgits%2FDBIx-Class.git diff --git a/t/67pager.t b/t/67pager.t index eb17faa..f768549 100644 --- a/t/67pager.t +++ b/t/67pager.t @@ -2,7 +2,6 @@ use strict; use warnings; use Test::More; -use Test::Exception; use lib qw(t/lib); use DBICTest; use Storable qw/dclone/; @@ -112,7 +111,7 @@ $it = $rs->search({}, { }); my $row = $rs->search({}, { - order_by => 'cdid', + order_by => 'cdid', offset => 3, rows => 1 })->single;