Skip to content

Commit

Permalink
self review
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Dec 9, 2024
1 parent c83ea8d commit 6bfce31
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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")
},
)
}

0 comments on commit 6bfce31

Please sign in to comment.