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:
parent
218012812d
commit
818ce7ac99
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@ use Koha::DateUtils qw( dt_from_string );
|
||||||
my $builder = t::lib::TestBuilder->new;
|
my $builder = t::lib::TestBuilder->new;
|
||||||
|
|
||||||
my $library = $builder->build( { source => 'Branch' } );
|
my $library = $builder->build( { source => 'Branch' } );
|
||||||
my @got;
|
|
||||||
my @wanted;
|
|
||||||
|
|
||||||
#Transfert on unknown barcode
|
#Transfert on unknown barcode
|
||||||
my $item = $builder->build_sample_item();
|
my $item = $builder->build_sample_item();
|
||||||
|
|
Loading…
Reference in a new issue