summary refs log tree commit diff
path: root/lib/tests/modules/assertions/condition-true.nix
blob: 7ca0817a23971c1a69af8cf403cb7a5cc19294ad (plain) (blame)
1
2
3
4
5
6
7
8
{

  _module.checks.test = {
    check = true;
    message = "Assertion failed";
  };

}