Index: tools/json_schema_compiler/test/enums.json |
diff --git a/tools/json_schema_compiler/test/enums.json b/tools/json_schema_compiler/test/enums.json |
index 48c2c980ddf5526168c9be83dd5a948c8b81a2ea..a0bea4672648ec7f895871af12a559f38e3e6d5b 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", |