From dfff82d39c56cf5a268ed37c31f27e716a168993 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 13 Jan 2017 08:49:43 +0100 Subject: [PATCH] Bug 17196: [QA Follow-up] Wrong module in Record.t Content-Type: text/plain; charset=utf-8 Should be the singular version instead of the plural one. Signed-off-by: Marcel de Rooy --- t/db_dependent/Exporter/Record.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Exporter/Record.t b/t/db_dependent/Exporter/Record.t index 6f64b25..b3ef6c1 100644 --- a/t/db_dependent/Exporter/Record.t +++ b/t/db_dependent/Exporter/Record.t @@ -34,7 +34,7 @@ use Koha::Database; use Koha::Biblio; use Koha::Biblioitem; use Koha::Exporter::Record; -use Koha::Biblio::Metadatas; +use Koha::Biblio::Metadata; my $schema = Koha::Database->new->schema; $schema->storage->txn_begin; -- 2.1.4