From 5979dc111c57bd894b3a8be425794c45bd2500da Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 15 May 2019 19:45:06 -0500 Subject: [PATCH] Bug 22917: Recreate the failure Content-Type: text/plain; charset=utf-8 Signed-off-by: Martin Renvoize Signed-off-by: Marcel de Rooy --- t/db_dependent/Circulation.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index 0c12efb34e..79180a3a30 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -1915,6 +1915,7 @@ subtest 'AddReturn + suspension_chargeperiod' => sub { item => $item_1, library => $library, patron => $patron, + due_date => dt_from_string->add(minutes=> 1), return_date => dt_from_string->add(days => 5), expiration_date => dt_from_string->add(days => 5 + (5 * 2 - 1) ), } -- 2.11.0