X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2F52leaks.t;h=1a052ef80c02f671597bc112dcb625799c598f0e;hp=5111b67387b1439e1519c1567babba2e93fb1d69;hb=cd1228209f685767668163c2510723959951641b;hpb=b4ad8a74b2a7d41e0089af9514bf82753e9faf7a diff --git a/t/52leaks.t b/t/52leaks.t index 5111b67..1a052ef 100644 --- a/t/52leaks.t +++ b/t/52leaks.t @@ -188,8 +188,6 @@ unless (DBICTest::RunMode->is_plain) { result_source_handle => $rs->result_source->handle, - fresh_pager => $rs->page(5)->pager, - pager => $pager, pager_explicit_count => $pager_explicit_count, }; @@ -203,6 +201,8 @@ unless (DBICTest::RunMode->is_plain) { storage => $storage, sql_maker => $storage->sql_maker, dbh => $storage->_dbh, + fresh_pager => $rs->page(5)->pager, + pager => $pager, ); if ($has_dt) {