From e783cb2c96c273ba8e65b283d0ebee2377c27384 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 6 Nov 2019 15:40:57 -0300 Subject: [PATCH] Bug 23293: (QA follow-up) Minor fix for tests Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/Circulation.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Circulation.t b/t/db_dependent/Circulation.t index 9dfbd532a7..5d8756e4c5 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -788,7 +788,7 @@ subtest "CanBookBeRenewed tests" => sub { { amount => $fines_amount, interface => 'test', - type => 'overdue', + type => 'PAYMENT', description => "Some fines" } )->store; -- 2.24.0