From 2b86a74da88eb4b3fde56fd9203e70f6dc8f2010 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test: 1. prove t/db_dependent/Circulation.t Signed-off-by: Marc VĂ©ron --- 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.1.4