Bug 30254: (QA follow-up) Remove warn from tests
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
9f569f97d2
commit
40d6a08031
1 changed files with 0 additions and 1 deletions
|
@ -1546,7 +1546,6 @@ subtest 'store() tests' => sub {
|
|||
$item->set( { itemlost => 0 } )->store;
|
||||
|
||||
$messages = $item->object_messages;
|
||||
warn Data::Dumper::Dumper( $messages );
|
||||
is( scalar @{$messages}, 0, 'This item has no history, no associated lost fines, presumed not lost by patron, no messages returned');
|
||||
|
||||
$schema->storage->txn_rollback;
|
||||
|
|
Loading…
Reference in a new issue