From 3dfed98e8c5021414e29d3ce7afec83555dd377c Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 6 Jul 2022 12:52:05 +0100 Subject: [PATCH] Bug 15187: (QA follow-up) Add unit test This patch adds a unit test for the newly introduced filter. Signed-off-by: Martin Renvoize --- Koha/Filter/MARC/Index880InZebra.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Filter/MARC/Index880InZebra.pm b/Koha/Filter/MARC/Index880InZebra.pm index 0cff55c117..4250e00633 100644 --- a/Koha/Filter/MARC/Index880InZebra.pm +++ b/Koha/Filter/MARC/Index880InZebra.pm @@ -23,7 +23,7 @@ so that the alternate graphic representation gets indexed appropriately =head1 SYNOPSIS -my $processor = Koha::RecordProcessor->new({ filters => ('Index880InZebra') }); + my $processor = Koha::RecordProcessor->new({ filters => ('Index880InZebra') }); =head1 DESCRIPTION -- 2.20.1