From 13ddd1990a232a12262f121e1d75eaaf7a0d06de Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Mon, 14 Mar 2022 16:34:54 +1300 Subject: [PATCH 6/6] Bug 8367: (follow-up) Fix tests Signed-off-by: Emmi Takkinen --- t/db_dependent/Holds/WaitingReserves.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/db_dependent/Holds/WaitingReserves.t b/t/db_dependent/Holds/WaitingReserves.t index e6f4f5e05d..5f08ce73c3 100755 --- a/t/db_dependent/Holds/WaitingReserves.t +++ b/t/db_dependent/Holds/WaitingReserves.t @@ -235,6 +235,7 @@ my $reserve5 = $builder->build({ branchcode => 'LIB2', priority => 1, found => '', + patron_expiration_date => undef, }, }); @@ -257,6 +258,7 @@ my $reserve6 = $builder->build({ branchcode => 'LIB1', priority => 1, found => '', + patron_expiration_date => undef, }, }); -- 2.25.1