diff --git a/examples/test-1.hmdl.json b/examples/file_state.hmdl.json similarity index 89% rename from examples/test-1.hmdl.json rename to examples/file_state.hmdl.json index 7d4b159..ec3aa48 100644 --- a/examples/test-1.hmdl.json +++ b/examples/file_state.hmdl.json @@ -1,7 +1,7 @@ { "checks": [ { - "name": "test", + "name": "test1", "kind": "file_state", "parameters": { "path": "/tmp/test", diff --git a/examples/test.hmdl.json b/examples/main.hmdl.json similarity index 82% rename from examples/test.hmdl.json rename to examples/main.hmdl.json index 4682f5f..798bd49 100644 --- a/examples/test.hmdl.json +++ b/examples/main.hmdl.json @@ -14,7 +14,7 @@ ] }, "includes": [ - "test-1.hmdl.json", - "test-2.hmdl.json" + "script.hmdl.json", + "file_state.hmdl.json" ] } diff --git a/examples/test-2.hmdl.json b/examples/script.hmdl.json similarity index 85% rename from examples/test-2.hmdl.json rename to examples/script.hmdl.json index 60fc349..f22ca47 100644 --- a/examples/test-2.hmdl.json +++ b/examples/script.hmdl.json @@ -1,7 +1,7 @@ { "checks": [ { - "name": "test", + "name": "test1", "kind": "script", "parameters": { "path": "/tmp/script",