From 9816e1a9c0c0ae0e39a4786d492fd08a96c56868 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 --- 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.30.2