View | Details | Raw Unified | Return to bug 35041
Collapse All | Expand All

(-)a/t/db_dependent/Koha/Patron.t (-2 / +1 lines)
Lines 390-396 subtest 'is_active' => sub { Link Here
390
    $old_checkout->delete;
390
    $old_checkout->delete;
391
391
392
    # Look at article_requests, test with since
392
    # Look at article_requests, test with since
393
    $ago = dt_from_string->subtract( days => 10 );
393
    $ago = dt_from_string->subtract( days => 9, hours => 23 );
394
    my $article_request = $builder->build_object(
394
    my $article_request = $builder->build_object(
395
        {
395
        {
396
            class => 'Koha::ArticleRequests',
396
            class => 'Koha::ArticleRequests',
397
- 

Return to bug 35041