Bug 30254: (QA follow-up) Remove warn from tests
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 1 Nov 2022 10:19:45 +0000 (10:19 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 30 Jan 2023 13:36:30 +0000 (10:36 -0300)
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>
t/db_dependent/Koha/Item.t

index e23c7da..98c9844 100755 (executable)
@@ -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;