Skip to content

Commit 5863495

Browse files
update
1 parent 5703f85 commit 5863495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegen-core/src/test/kotlin/software/amazon/smithy/rust/codegen/core/smithy/generators/StructureGeneratorTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class StructureGeneratorTest {
8686
val credentials = model.lookup<StructureShape>("com.test#Credentials")
8787
val secretStructure = model.lookup<StructureShape>("com.test#SecretStructure")
8888
val structWithInnerSecretStructure = model.lookup<StructureShape>("com.test#StructWithInnerSecretStructure")
89+
val error = model.lookup<StructureShape>("com.test#MyError")
8990

9091
val rustReservedWordConfig: RustReservedWordConfig = RustReservedWordConfig(
9192
structureMemberMap = StructureGenerator.structureMemberNameMap,

0 commit comments

Comments
 (0)