From 07e5f13d90addc87ce9c8fb31692ad58335079f5 Mon Sep 17 00:00:00 2001 From: Kyle Hall Date: Mon, 13 Jun 2022 08:05:16 -0400 Subject: [PATCH] Bug 20262: (QA follow-up) Update unit tests for changes to payin_amount Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- 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 c8786bc46f..55285881c6 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -3362,7 +3362,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; @@ -3422,7 +3422,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.39.2