Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-k-cameron committed Dec 9, 2023
1 parent 5703f85 commit 5863495
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class StructureGeneratorTest {
val credentials = model.lookup<StructureShape>("com.test#Credentials")
val secretStructure = model.lookup<StructureShape>("com.test#SecretStructure")
val structWithInnerSecretStructure = model.lookup<StructureShape>("com.test#StructWithInnerSecretStructure")
val error = model.lookup<StructureShape>("com.test#MyError")

val rustReservedWordConfig: RustReservedWordConfig = RustReservedWordConfig(
structureMemberMap = StructureGenerator.structureMemberNameMap,
Expand Down

0 comments on commit 5863495

Please sign in to comment.