From 9a9c969f49139e0e68fdc809c1a3d797e2d9d617 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 Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- 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 b695989582..fcad9f6a73 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; @@ -2259,7 +2259,8 @@ subtest '_FixAccountForLostAndReturned' => sub { notforloan => undef, rentalcharge => 0, defaultreplacecost => undef, - processfee => 0 + processfee => 0, + rental_charge_daily => 0, } } ); -- 2.20.1