summaryrefslogtreecommitdiff
path: root/t/store.t
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-01-25 16:25:20 +0000
committerdakkar <dakkar@thenautilus.net>2020-01-25 16:25:20 +0000
commite55f4624cf43a7da5e67706d2759a38298b327e7 (patch)
tree22cca5121fe86413984d71339a5db70142ea8cd6 /t/store.t
parentsay where things went wrong (diff)
downloadMaildirIndexer-e55f4624cf43a7da5e67706d2759a38298b327e7.tar.gz
MaildirIndexer-e55f4624cf43a7da5e67706d2759a38298b327e7.tar.bz2
MaildirIndexer-e55f4624cf43a7da5e67706d2759a38298b327e7.zip
Revert "fewer temporary variables"
This reverts commit 314ee051c170c33d2c912b6750f916b73f9cb507. I think that the bug with LEAVE messes up return values inside Log::Timeline as well
Diffstat (limited to 't/store.t')
-rw-r--r--t/store.t2
1 files changed, 1 insertions, 1 deletions
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',
);
}