From e55f4624cf43a7da5e67706d2759a38298b327e7 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 25 Jan 2020 16:25:20 +0000 Subject: Revert "fewer temporary variables" This reverts commit 314ee051c170c33d2c912b6750f916b73f9cb507. I think that the bug with LEAVE messes up return values inside Log::Timeline as well --- t/store.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/store.t') diff --git a/t/store.t b/t/store.t index 8544442..d5b2502 100644 --- a/t/store.t +++ b/t/store.t @@ -42,7 +42,7 @@ subtest 'finding' => { is-deeply( @responses, - $['1','2','1',Nil], + $['1','2','1',Str], 'indexes are consulted until a defined value', ); } -- cgit v1.2.3