@@ -116,7 +116,7 @@ Duration <DURATION>"
116
116
117
117
exports[`struct_from_json_1.w 1`] = `
118
118
"ERROR: unable to parse Person:
119
- instance.age is not of a type(s) number
119
+ - instance.age is not of a type(s) number
120
120
121
121
../../../examples/tests/error/target/test/struct_from_json_1.wsim.[REDACTED].tmp/.wing/preflight.js:9
122
122
const Person = require(\\"./Person.Struct.js\\")($stdlib.std.Struct, $stdlib.core.NodeJsCode.fromInline);
@@ -134,7 +134,7 @@ Duration <DURATION>"
134
134
135
135
exports[`struct_from_json_2.w 1`] = `
136
136
"ERROR: unable to parse Student:
137
- instance.age is not of a type(s) number
137
+ - instance.age is not of a type(s) number
138
138
- instance requires property \\"advisor\\"
139
139
140
140
../../../examples/tests/error/target/test/struct_from_json_2.wsim.[REDACTED].tmp/.wing/preflight.js:11
@@ -153,7 +153,7 @@ Duration <DURATION>"
153
153
154
154
exports[`struct_from_json_3.w 1`] = `
155
155
"ERROR: unable to parse Student:
156
- instance.age is not of a type(s) number
156
+ - instance.age is not of a type(s) number
157
157
- instance.advisors[1].id is not of a type(s) string
158
158
159
159
../../../examples/tests/error/target/test/struct_from_json_3.wsim.[REDACTED].tmp/.wing/preflight.js:11
@@ -172,7 +172,7 @@ Duration <DURATION>"
172
172
173
173
exports[`struct_from_json_4.w 1`] = `
174
174
"ERROR: unable to parse Student:
175
- instance.advisors contains duplicate item
175
+ - instance.advisors contains duplicate item
176
176
177
177
../../../examples/tests/error/target/test/struct_from_json_4.wsim.[REDACTED].tmp/.wing/preflight.js:11
178
178
const Student = require(\\"./Student.Struct.js\\")($stdlib.std.Struct, $stdlib.core.NodeJsCode.fromInline);
@@ -190,7 +190,7 @@ Duration <DURATION>"
190
190
191
191
exports[`struct_from_json_5.w 1`] = `
192
192
"ERROR: unable to parse Foo:
193
- instance.names.c is not of a type(s) string
193
+ - instance.names.c is not of a type(s) string
194
194
195
195
../../../examples/tests/error/target/test/struct_from_json_5.wsim.[REDACTED].tmp/.wing/preflight.js:9
196
196
const Foo = require(\\"./Foo.Struct.js\\")($stdlib.std.Struct, $stdlib.core.NodeJsCode.fromInline);
0 commit comments