Bug 23293: (QA follow-up) Minor fix for tests

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Tomás Cohen Arazi 2019-11-06 15:40:57 -03:00 committed by Martin Renvoize
parent 5f555d865d
commit 341b8266d7
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -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 ) =