summaryrefslogtreecommitdiff
path: root/t/store.t
diff options
context:
space:
mode:
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 d5b2502..8544442 100644
--- a/t/store.t
+++ b/t/store.t
@@ -42,7 +42,7 @@ subtest 'finding' => {
is-deeply(
@responses,
- $['1','2','1',Str],
+ $['1','2','1',Nil],
'indexes are consulted until a defined value',
);
}