From 341b8266d70dd887adc646b6d931e251f4d33242 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 Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize --- 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 3000daed32..e35b59fe51 100755 --- a/t/db_dependent/Circulation.t +++ b/t/db_dependent/Circulation.t @@ -788,8 +788,8 @@ subtest "CanBookBeRenewed tests" => sub { { amount => $fines_amount, interface => 'test', - type => 'overdue', - description => "Some fines" + type => 'PAYMENT', + description => "Some payment" } )->store; ( $renewokay, $error ) = -- 2.39.5