Skip to content

Commit 6db0e69

Browse files
committed
Fill in correct default values
1 parent 0b506f3 commit 6db0e69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

codegen/protocol-tests/model/error-correction-tests.smithy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ apply SayHello @httpResponseTests([
128128
listValue: [],
129129
mapValue: {},
130130
nestedListValue: [],
131-
document: null,
132-
nested: null,
131+
document: {},
132+
nested: { a: "" },
133133
timestampValue: 0
134134
},
135135
code: 200,
@@ -151,7 +151,7 @@ apply SayHelloXml @httpResponseTests([
151151
listValue: [],
152152
mapValue: {},
153153
nestedListValue: [],
154-
nested: null,
154+
nested: { a: "" },
155155
timestampValue: 0
156156
},
157157
code: 200,

0 commit comments

Comments
 (0)