From a9ce5b932246288163dbcc6f39c993cbfe265b7c Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 25 Jan 2019 12:49:07 -0500 Subject: [PATCH] Bug 20912 (QA Follow-up): Fix up unit tests --- t/db_dependent/Circulation.t | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index 1130213088..099beabc9d 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -18,7 +18,7 @@ use Modern::Perl; use utf8; -use Test::More tests => 126; +use Test::More tests => 125; use Test::MockModule; use Data::Dumper; @@ -2304,7 +2304,8 @@ subtest '_FixAccountForLostAndReturned' => sub { notforloan => undef, rentalcharge => 0, defaultreplacecost => undef, - processfee => 0 + processfee => 0, + rental_charge_daily => 0, } } ); -- 2.17.2 (Apple Git-113)