You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the generation of collections of documents in protocol tests
smithy-lang/smithy#1097 adds a protocol test for sets of
documents and without this change the generated tests are invalid, as they
are missing the separating commas that other types receive.
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/HttpProtocolTestGenerator.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1034,7 +1034,7 @@ public Void numberNode(NumberNode node) {
1034
1034
publicVoidobjectNode(ObjectNodenode) {
1035
1035
// Short circuit document types, as the direct value is what we want.
0 commit comments