Bug 8367: (QA follow-up) Fix broken tests
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
66a87766a2
commit
4a1001a329
1 changed files with 1 additions and 1 deletions
|
@ -1530,7 +1530,7 @@ subtest 'delete() tests' => sub {
|
|||
borrowernumber => $patron->borrowernumber,
|
||||
biblionumber => $biblio->biblionumber,
|
||||
priority => 1,
|
||||
itemnumber => undef,
|
||||
itemnumber => $item->id,
|
||||
}
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue