From 10bd6b8f4b4ab2b16bd55289f5ce81f781e736ef Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 27 Feb 2025 00:04:32 -0300 Subject: [PATCH] Bug 36433: (follow-up) Include required library Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/Koha/Plugins/Biblio_and_Items_plugin_hooks.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/db_dependent/Koha/Plugins/Biblio_and_Items_plugin_hooks.t b/t/db_dependent/Koha/Plugins/Biblio_and_Items_plugin_hooks.t index bbab31e399a..f8c11de75eb 100755 --- a/t/db_dependent/Koha/Plugins/Biblio_and_Items_plugin_hooks.t +++ b/t/db_dependent/Koha/Plugins/Biblio_and_Items_plugin_hooks.t @@ -24,6 +24,8 @@ use File::Basename; use C4::Biblio qw(AddBiblio ModBiblio); use C4::Items; +use Koha::SearchEngine::Elasticsearch::Indexer; + use t::lib::Mocks; use t::lib::TestBuilder; -- 2.48.1