From beaf89915911e7dfad38a6759d031f50ea82fef9 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Mon, 29 May 2017 17:07:41 +0300 Subject: [PATCH] Bug 18595: (follow-up) Fix failing test in Circulation.t To test: 1. prove t/db_dependent/Circulation.t --- t/db_dependent/Circulation.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index d1bd888..e5b474c 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -1641,7 +1641,7 @@ subtest 'SendCirculationAlert test' => sub { Koha::Patron::Message::Preference->new({ borrowernumber => $patron->{'borrowernumber'}, message_attribute_id => $attribute->message_attribute_id, - days_in_advance => 0, + days_in_advance => undef, wants_digest => 0, message_transport_types => ['email'], })->store; -- 2.7.4