updated tests

This commit is contained in:
Nicholas Albion
2023-10-06 19:05:10 +11:00
parent bd0486cce3
commit 382a1414f1
2 changed files with 3 additions and 3 deletions

View File

@@ -3,4 +3,4 @@
{{ cli_response }}
If the command was successfully executed, respond with `DONE`. If it wasn't, respond with `NEEDS_DEBUGGING`
If the command was successfully executed, respond with `DONE`. If it wasn't, respond with `NEEDS_DEBUGGING`.

View File

@@ -19,7 +19,7 @@ stdout:
success
```
If the command was successfully executed, respond with `DONE`. If it wasn't, respond with `NEEDS_DEBUGGING` and single line explanation.
If the command was successfully executed, respond with `DONE`. If it wasn't, respond with `NEEDS_DEBUGGING`.
'''.strip()
@@ -41,5 +41,5 @@ stdout:
success
```
If the command was successfully executed, respond with `DONE`. If it wasn't, respond with `NEEDS_DEBUGGING` and single line explanation.
If the command was successfully executed, respond with `DONE`. If it wasn't, respond with `NEEDS_DEBUGGING`.
'''.strip()