From 0c71aa45413db7c72e4594874a608fc39c5f0d37 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Mon, 14 Mar 2022 16:34:54 +1300 Subject: [PATCH] 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 e6f4f5e05de..5f08ce73c3d 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.20.1