Bug 32351: Fix Circulation.t

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 5f07e7afff)
Signed-off-by: Jacob O'Mara <jacobomara901@gmail.com>
This commit is contained in:
Jonathan Druart 2022-11-25 12:55:39 +01:00 committed by Jacob O'Mara
parent 700f93d27e
commit b3f10c1e0e

View file

@ -2857,7 +2857,7 @@ subtest 'CanBookBeIssued + AutoReturnCheckedOutItems' => sub {
{
class => 'Koha::Patrons',
value => {
library => $library->branchcode,
branchcode => $library->branchcode,
categorycode => $patron_category->{categorycode}
}
}
@ -2866,7 +2866,7 @@ subtest 'CanBookBeIssued + AutoReturnCheckedOutItems' => sub {
{
class => 'Koha::Patrons',
value => {
library => $library->branchcode,
branchcode => $library->branchcode,
categorycode => $patron_category->{categorycode}
}
}