Skip to content

Commit 9219b13

Browse files
committed
Remove unnecessary shape
1 parent b2a6998 commit 9219b13

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

gems/smithy-schema/spec/support/schema_helper.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,7 @@ def sample_shapes
100100
'smithy.ruby.tests#Union' => {
101101
'type' => 'union',
102102
'members' => {
103-
'string' => {
104-
'target' => 'smithy.api#String',
105-
'traits' => { 'smithy.api#jsonName' => 'jsonName' }
106-
},
103+
'string' => { 'target' => 'smithy.api#String'},
107104
'structure' => { 'target' => 'smithy.ruby.tests#Structure' },
108105
'unit' => { 'target' => 'smithy.api#Unit' }
109106
}

0 commit comments

Comments
 (0)