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:
parent
5f555d865d
commit
341b8266d7
1 changed files with 2 additions and 2 deletions
|
@ -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 ) =
|
||||
|
|
Loading…
Reference in a new issue