about summary refs log tree commit diff
path: root/lib/tests/modules/assertions/underscore-attributes.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/modules/assertions/underscore-attributes.nix')
-rw-r--r--lib/tests/modules/assertions/underscore-attributes.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/modules/assertions/underscore-attributes.nix b/lib/tests/modules/assertions/underscore-attributes.nix
index c28c9dcd9180e..f9ee5c5787b08 100644
--- a/lib/tests/modules/assertions/underscore-attributes.nix
+++ b/lib/tests/modules/assertions/underscore-attributes.nix
@@ -1,7 +1,7 @@
 {
 
   _module.checks._test = {
-    enable = true;
+    check = false;
     message = "Assertion failed";
   };