diff --git a/codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/smoketests/SmokeTestsDenyListIntegration.kt b/codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/smoketests/SmokeTestsDenyListIntegration.kt index 9a5900c9edb..06222e6c603 100644 --- a/codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/smoketests/SmokeTestsDenyListIntegration.kt +++ b/codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/smoketests/SmokeTestsDenyListIntegration.kt @@ -15,7 +15,6 @@ val smokeTestDenyList = setOf( /** * Will wipe the smoke test runner file for services that are deny listed. - * * Some services model smoke tests incorrectly and the code generated file will not compile. */ class SmokeTestsDenyListIntegration : KotlinIntegration { @@ -27,7 +26,7 @@ class SmokeTestsDenyListIntegration : KotlinIntegration { SectionWriterBinding( SmokeTestsFile, ) { writer, _ -> - writer.write("// Smoke tests for service deny listed") + writer.write("// Smoke tests for service are deny listed") }, ) }