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

(-)a/t/db_dependent/Koha/Objects.t (-2 / +4 lines)
Lines 1198-1204 subtest "filter_by_last_update" => sub { Link Here
1198
        );
1198
        );
1199
        is(
1199
        is(
1200
            $rs->filter_by_last_update(
1200
            $rs->filter_by_last_update(
1201
                { timestamp_column_name => 'updated_on', from => $now->clone->subtract( days => 1 )->truncate( to => 'day' ) }
1201
                {
1202
                    timestamp_column_name => 'updated_on',
1203
                    from                  => $now->clone->subtract( days => 1 )->truncate( to => 'day' )
1204
                }
1202
            )->count,
1205
            )->count,
1203
            6,
1206
            6,
1204
            'Yesterday, truncated from is inclusive'
1207
            'Yesterday, truncated from is inclusive'
1205
- 

Return to bug 33837