From 4d97f0708d53f59500cc2767b286dde0d340c021 Mon Sep 17 00:00:00 2001 From: Kyle Hall Date: Mon, 13 Jun 2022 08:05:16 -0400 Subject: [PATCH] Bug 20262: (QA followup) Update unit tests for changes to payin_amount --- t/db_dependent/Circulation.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index be2a3637f1..245b986b3a 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -3317,7 +3317,7 @@ subtest 'AddReturn | is_overdue' => sub { payment_type => 'CASH', user_id => $patron->borrowernumber, amount => 39.00, - lines => [$lost_fee_line] + debits => [$lost_fee_line] }); $lost_fee_line->discard_changes; @@ -3377,7 +3377,7 @@ subtest 'AddReturn | is_overdue' => sub { payment_type => 'CASH', user_id => $patron->borrowernumber, amount => $replacement_amount, - lines => [$lost_fee_line] + debits => [$lost_fee_line] }); $lost_fee_line->discard_changes; -- 2.30.2