@@ -, +, @@ --- t/db_dependent/Exporter/Record.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/Exporter/Record.t +++ a/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; --