summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/test/enums.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/json_schema_compiler/test/enums.json')
-rw-r--r--tools/json_schema_compiler/test/enums.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/json_schema_compiler/test/enums.json b/tools/json_schema_compiler/test/enums.json
index 48c2c980..a0bea46 100644
--- a/tools/json_schema_compiler/test/enums.json
+++ b/tools/json_schema_compiler/test/enums.json
@@ -4,7 +4,7 @@
"types": [
{
"id": "Enumeration",
- "enum": ["none", "one", "two", "three"]
+ "enum": ["one", "two", "three"]
},
{
"id": "EnumType",