Skip to content

Commit

Permalink
test codegen diff utils
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Oct 6, 2023
1 parent bc522c6 commit 70d7a8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fun Shape.defaultName(serviceShape: ServiceShape): String = id.getName(serviceSh
/**
* Get the default name for a member shape (for code generation), e.g., "bucketName"
*/
fun MemberShape.defaultName(): String = memberName.toCamelCase()
fun MemberShape.defaultName(): String = memberName.toCamelCase() + "test"

/**
* Get the default name for a member shape (for code generation), e.g., "BucketName"
Expand Down

0 comments on commit 70d7a8e

Please sign in to comment.