From: Marcel de Rooy Date: Fri, 13 Jan 2017 07:49:43 +0000 (+0100) Subject: Bug 17196: [QA Follow-up] Wrong module in Record.t X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=fd427111cd26b5bd0c2e5855221964053b23a9b3;p=koha.git 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 --- 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;