From 56ccd0424c2b07755202989c3324770520c4c883 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 26 Jul 2023 12:15:59 +0000 Subject: [PATCH] Bug 33837: Perl tidy block in Objects.t Content-Type: text/plain; charset=utf-8 WARN t/db_dependent/Koha/Objects.t WARN tidiness The file is less tidy than before (bad/messy lines before: 319, now: 320) Signed-off-by: Marcel de Rooy --- t/db_dependent/Koha/Objects.t | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Objects.t b/t/db_dependent/Koha/Objects.t index b7cda24f4e..9891b37896 100755 --- a/t/db_dependent/Koha/Objects.t +++ b/t/db_dependent/Koha/Objects.t @@ -1198,7 +1198,10 @@ subtest "filter_by_last_update" => sub { ); is( $rs->filter_by_last_update( - { timestamp_column_name => 'updated_on', from => $now->clone->subtract( days => 1 )->truncate( to => 'day' ) } + { + timestamp_column_name => 'updated_on', + from => $now->clone->subtract( days => 1 )->truncate( to => 'day' ) + } )->count, 6, 'Yesterday, truncated from is inclusive' -- 2.30.2