Bug 25416: (follow-up) Remove useless use statement
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 12 May 2020 12:09:22 +0000 (09:09 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 15 May 2020 08:33:22 +0000 (09:33 +0100)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

t/db_dependent/Search.t

index 771a7f4..ea86b52 100644 (file)
@@ -492,7 +492,6 @@ ok(MARC::Record::new_from_xml($results_hashref->{biblioserver}->{RECORDS}->[0],'
     }
     is ($allavailable, 'true', 'All records have at least one item available');
 
-    use Test::MockModule;
     my $mocked_xslt = Test::MockModule->new('Koha::XSLT::Base');
     $mocked_xslt->mock( 'transform', sub {
         my ($self, $xml) = @_;