From 38f44548fea951cdd603edf0e6e499fe461db881 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 21 Apr 2021 09:46:46 +0200 Subject: [PATCH] =?UTF-8?q?Bug=2027857:=20Remove=20unecessary=20=C3=A2ttri?= =?UTF-8?q?bute=5Ftype3=20var?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It could be created with mandatory=1 and will make tests fail --- t/db_dependent/Koha/Patron.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/db_dependent/Koha/Patron.t b/t/db_dependent/Koha/Patron.t index 7bcd427da4..980c1e9975 100755 --- a/t/db_dependent/Koha/Patron.t +++ b/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; -- 2.20.1