View | Details | Raw Unified | Return to bug 24350
Collapse All | Expand All

(-)a/t/db_dependent/Template/Plugin/Branches.t (-2 / +1 lines)
Lines 124-130 subtest 'pickup_locations() tests' => sub { Link Here
124
        'pickup_locations',
124
        'pickup_locations',
125
        sub {
125
        sub {
126
            my $result = clone(\@library_array);
126
            my $result = clone(\@library_array);
127
            return $result;
127
            return @$result;
128
        }
128
        }
129
    );
129
    );
130
130
131
- 

Return to bug 24350