@@ -, +, @@ --- t/db_dependent/Biblio.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/Biblio.t +++ a/t/db_dependent/Biblio.t @@ -424,7 +424,7 @@ subtest 'NORMARC' => sub { subtest 'IsMarcStructureInternal' => sub { plan tests => 8; - my $tagslib = GetMarcStructure(); + my $tagslib = GetMarcStructure(1); my @internals; for my $tag ( sort keys %$tagslib ) { next unless $tag; --