@@ -, +, @@ =?UTF-8?q?bute=5Ftype3=20var?= --- t/db_dependent/Koha/Patron.t | 2 -- 1 file changed, 2 deletions(-) --- a/t/db_dependent/Koha/Patron.t +++ a/t/db_dependent/Koha/Patron.t @@ -395,8 +395,6 @@ subtest 'extended_attributes' => sub { } )->store; - my $attribute_type3 = $builder->build_object({ class => 'Koha::Patron::Attribute::Types' }); - my $new_library = $builder->build( { source => 'Branch' } ); my $attribute_type_limited = Koha::Patron::Attribute::Type->new( { code => 'my code3', description => 'my description3' } )->store; --