From 1abab923d4c12757aa2955184caff2da527d3b49 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 --- 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.11.0