From cf85d487e3db0383e65d9d3b7fd2a75f3da39e0c 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 --- 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.17.1