@@ -, +, @@ t/db_dependent/Template/Plugin/Branches.t --- t/db_dependent/Template/Plugin/Branches.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/Template/Plugin/Branches.t +++ a/t/db_dependent/Template/Plugin/Branches.t @@ -124,7 +124,7 @@ subtest 'pickup_locations() tests' => sub { 'pickup_locations', sub { my $result = clone(\@library_array); - return $result; + return @$result; } ); --