From 74831d8b38ad4754940d25a03a39ce66b6b6cf4f Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 4 Apr 2024 10:06:59 +0200 Subject: [PATCH] lib/tests/modules/types-attrTag.nix: Clean up unneeded comment --- lib/tests/modules/types-attrTag.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tests/modules/types-attrTag.nix b/lib/tests/modules/types-attrTag.nix index 7825cfe203fb..277d4cc4cc0b 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..foo.bar".type == "signed integer"; assert config.docs."submodules..qux".type == "string"; assert lib.length config.docs."merged..extensible".declarations == 2;