aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/event-nest-struct.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/event-nest-struct.json')
-rw-r--r--tests/qapi-schema/event-nest-struct.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/event-nest-struct.json b/tests/qapi-schema/event-nest-struct.json
index ee6f3ecb6f..355ddaeff1 100644
--- a/tests/qapi-schema/event-nest-struct.json
+++ b/tests/qapi-schema/event-nest-struct.json
@@ -1,2 +1,2 @@
{ 'event': 'EVENT_A',
- 'data': { 'a' : { 'string' : 'str', 'integer': 'int' }, 'b' : 'str' } }
+ 'data': { 'a' : { 'type' : { 'integer': 'int' } }, 'b' : 'str' } }