Bug 17196: [QA Follow-up] Wrong module in Record.t
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 13 Jan 2017 07:49:43 +0000 (08:49 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 13 Jan 2017 13:49:29 +0000 (13:49 +0000)
Should be the singular version instead of the plural one.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/Exporter/Record.t

index 6f64b25..b3ef6c1 100644 (file)
@@ -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;