summary refs log tree commit diff
path: root/lib/tests/modules/assertions/simple.nix
blob: 115d89a303622439a48d7ab2a66988193fc0c3ba (plain) (blame)
1
2
3
4
5
6
{
  _module.checks.test = {
    check = false;
    message = "Assertion failed";
  };
}