about summary refs log tree commit diff stats
path: root/flake/packages/merge.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake/packages/merge.nix')
-rw-r--r--flake/packages/merge.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake/packages/merge.nix b/flake/packages/merge.nix
index 8c8ed134..43161ba0 100644
--- a/flake/packages/merge.nix
+++ b/flake/packages/merge.nix
@@ -62,7 +62,7 @@
 
   ## Prepared tests
   tests = {
-    tests = []; # Uncomment to actually run the tests
+    tests = []; # Comment to actually run the tests
     test_strings = {
       expr = merge [a b c];
       expected = {a = "This is some\nexample text\n(which is nice)";};