@@ -, +, @@ --- t/db_dependent/Holds/WaitingReserves.t | 2 ++ 1 file changed, 2 insertions(+) --- a/t/db_dependent/Holds/WaitingReserves.t +++ a/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, }, }); --