about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2024-04-04 10:06:59 +0200
committerRobert Hensing <robert@roberthensing.nl>2024-04-04 12:00:55 +0200
commit74831d8b38ad4754940d25a03a39ce66b6b6cf4f (patch)
treebc12a6fcf17ffe1b2455f7c9045fb2cf197a1320 /lib
parentf354686536823a0bedb95abf13b090b961485bf9 (diff)
lib/tests/modules/types-attrTag.nix: Clean up unneeded comment
Diffstat (limited to 'lib')
-rw-r--r--lib/tests/modules/types-attrTag.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tests/modules/types-attrTag.nix b/lib/tests/modules/types-attrTag.nix
index 7825cfe203fb6..277d4cc4cc0bd 100644
--- a/lib/tests/modules/types-attrTag.nix
+++ b/lib/tests/modules/types-attrTag.nix
@@ -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;