Bug 29788: Fix t/db_dependent/Reserves.t
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
42491ed1c3
commit
9f8c77e864
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ is($new_count, $hold_notice_count + 1, 'patron not notified a second time (bug 1
|
|||
t::lib::Mocks::mock_preference('IndependentBranches', 0);
|
||||
$item = Koha::Items->find($item->itemnumber);
|
||||
is(
|
||||
$item->safe_delete,
|
||||
@{$item->safe_delete->messages}[0]->message,
|
||||
'book_reserved',
|
||||
'item that is captured to fill a hold cannot be deleted',
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue