summaryrefslogtreecommitdiffstats
path: root/t/json-boxes.t
diff options
context:
space:
mode:
Diffstat (limited to 't/json-boxes.t')
-rw-r--r--t/json-boxes.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/json-boxes.t b/t/json-boxes.t
index 4d9816e83..0fca3d997 100644
--- a/t/json-boxes.t
+++ b/t/json-boxes.t
@@ -30,7 +30,7 @@ is "$box", $box->label;
$box->encode;
-is encode_json([ $box ]), encode_json([ encode_json($box->value) ]);
+is encode_json([$box]), encode_json([encode_json($box->value)]);
is "$box", q[{"foo":1}];
done_testing;