From 5e8dccb671caa7dbff68461661935ecc253dae21 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 8 Jun 2022 13:41:14 -0300 Subject: [PATCH] Bug 30813: (follow-up) Fix tests import Signed-off-by: Tomas Cohen Arazi --- t/Koha_MetadataRecord.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/Koha_MetadataRecord.t b/t/Koha_MetadataRecord.t index 3851bafd96..0bcc4690dc 100755 --- a/t/Koha_MetadataRecord.t +++ b/t/Koha_MetadataRecord.t @@ -22,8 +22,10 @@ use Modern::Perl; use Test::More tests => 5; use Test::Warn; +use MARC::Record; + BEGIN { - use_ok('Koha::MetadataRecord'); + use_ok('Koha::MetadataRecord'); } my $marcrecord = MARC::Record->new; -- 2.34.1