From fd427111cd26b5bd0c2e5855221964053b23a9b3 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 Should be the singular version instead of the plural one. Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- 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 6f64b254a7..b3ef6c1469 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.39.2