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>
(cherry picked from commit 40d6a08031)
Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
This commit is contained in:
Martin Renvoize 2022-11-01 10:19:45 +00:00 committed by Jacob O'Mara
parent b8209ba73d
commit 379f824e10

View file

@ -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;