lib/tests/modules/types-attrTag.nix: Clean up unneeded comment
This commit is contained in:
parent
f354686536
commit
74831d8b38
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ in
|
|||
assert config.merged.positive == { yay = 100; };
|
||||
assert config.merged.extensi-foo == { extensible = "foo"; };
|
||||
assert config.merged.extensi-bar == { extensible = "bar"; };
|
||||
# assert lib.foldl' (a: b: builtins.trace b a) true (lib.attrNames config.docs);
|
||||
assert config.docs."submodules.<name>.foo.bar".type == "signed integer";
|
||||
assert config.docs."submodules.<name>.qux".type == "string";
|
||||
assert lib.length config.docs."merged.<name>.extensible".declarations == 2;
|
||||
|
|
Loading…
Reference in a new issue