From 0c4f4dbadaacaf952bd5696c238643877c39aa64 Mon Sep 17 00:00:00 2001 From: Agustin Moyano Date: Sun, 12 Jan 2020 03:11:13 -0300 Subject: [PATCH] Bug 24350: (follow-up) Fix pickup_location test in t/db_dependent/Template/Plugin/Branches.t Signed-off-by: Martin Renvoize --- t/db_dependent/Template/Plugin/Branches.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Template/Plugin/Branches.t b/t/db_dependent/Template/Plugin/Branches.t index 387947251f..be0d1134f9 100644 --- a/t/db_dependent/Template/Plugin/Branches.t +++ b/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; } ); -- 2.39.2