Skip to content

Commit

Permalink
use lowercase()
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Dec 28, 2023
1 parent baf4027 commit 741e967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codegen/event-stream/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ smithyBuild {

smithyKotlinPlugin {
serviceShapeId = testServiceShapeId
packageName = "aws.sdk.kotlin.test.eventstream.${test.projectionName.toLowerCase()}"
packageName = "aws.sdk.kotlin.test.eventstream.${test.projectionName.lowercase()}"
packageVersion = "1.0"
buildSettings {
generateFullProject = false
Expand Down

0 comments on commit 741e967

Please sign in to comment.