Bug 24839: (QA follow-up) Remove unused variables

Whilst QAing I spotted a couple of unused variables in the test.. no
harm in removing them ;)

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Martin Renvoize 2020-03-11 11:27:38 +00:00
parent 218012812d
commit 818ce7ac99
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -28,8 +28,6 @@ use Koha::DateUtils qw( dt_from_string );
my $builder = t::lib::TestBuilder->new;
my $library = $builder->build( { source => 'Branch' } );
my @got;
my @wanted;
#Transfert on unknown barcode
my $item = $builder->build_sample_item();