Skip to content

Commit 6bfce31

Browse files
committed
self review
1 parent c83ea8d commit 6bfce31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/smoketests/SmokeTestsDenyListIntegration.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ val smokeTestDenyList = setOf(
1515

1616
/**
1717
* Will wipe the smoke test runner file for services that are deny listed.
18-
*
1918
* Some services model smoke tests incorrectly and the code generated file will not compile.
2019
*/
2120
class SmokeTestsDenyListIntegration : KotlinIntegration {
@@ -27,7 +26,7 @@ class SmokeTestsDenyListIntegration : KotlinIntegration {
2726
SectionWriterBinding(
2827
SmokeTestsFile,
2928
) { writer, _ ->
30-
writer.write("// Smoke tests for service deny listed")
29+
writer.write("// Smoke tests for service are deny listed")
3130
},
3231
)
3332
}

0 commit comments

Comments
 (0)