Bug 22917: Recreate the failure

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
Jonathan Druart 2019-05-15 19:45:06 -05:00 committed by root
parent 53545ba739
commit 085cb4de51

View file

@ -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) ),
}