Browse Source

remove wrong declaration

nas 2 years ago
parent
commit
2e41abbdd6
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      test/remote/NRT/Batch.pm

+ 0
- 1
test/remote/NRT/Batch.pm View File

@@ -6,7 +6,6 @@ use NRT::Helper;
6 6
 package Batch;
7 7
 
8 8
 sub new {
9
-    $tester = Test::new( %config );
10 9
     my ($classe, %config) = @_;
11 10
     my $this = {};
12 11
     $classe = ref($classe) || $classe;

Loading…
Cancel
Save