1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00
This commit is contained in:
Graham Christensen 2021-10-20 12:26:23 -04:00
parent 4dfe787bc2
commit 327d79bc1d

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.