From 70c8fd77568d2ec6c141a0bcb6d9b752e2397251 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 30 Sep 2021 14:40:09 +0100 Subject: [PATCH] Bug 14957: Fix imports in tests Signed-off-by: Martin Renvoize --- t/db_dependent/Biblio/MarcOverlayRules.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Biblio/MarcOverlayRules.t b/t/db_dependent/Biblio/MarcOverlayRules.t index f03717f9e3..1e4558db3b 100755 --- a/t/db_dependent/Biblio/MarcOverlayRules.t +++ b/t/db_dependent/Biblio/MarcOverlayRules.t @@ -22,7 +22,7 @@ use POSIX qw(floor); use MARC::Record; use C4::Context; -use C4::Biblio; +use C4::Biblio qw( AddBiblio ModBiblio DelBiblio GetMarcBiblio ); use Koha::Database; use Test::More tests => 23; -- 2.20.1