@@ -, +, @@ --- t/db_dependent/Circulation.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/Circulation.t +++ a/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; --