This commit is contained in:
Graham Christensen
2021-12-14 10:16:25 -05:00
parent 4dfe787bc2
commit 327d79bc1d
+1 -1
View File
@@ -32,7 +32,7 @@ $attrs->registerValue("bar.baz.tux");
$attrs->registerValue("bar.baz.bux.foo.bar.baz");
is(
$attrs->enumerate(),
\@{$attrs->enumerate()},
[
# "foo": skipped since we're registering values, and we
# only want to track nested attribute sets.