summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/jsonstream/schemas/ReplyCommand.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/jsonstream/schemas/ReplyCommand.json b/tests/auto/jsonstream/schemas/ReplyCommand.json
index 70ef9cc..78c64d2 100644
--- a/tests/auto/jsonstream/schemas/ReplyCommand.json
+++ b/tests/auto/jsonstream/schemas/ReplyCommand.json
@@ -3,6 +3,6 @@
"description": "Send a command",
"type": "object",
"properties": {
- "command": {"type":"string", "required":true },
+ "command": {"type":"string", "required":true }
}
}