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:
Martin Renvoize 2022-11-01 10:19:45 +00:00 committed by Tomas Cohen Arazi
parent 9f569f97d2
commit 40d6a08031
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

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;