We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06aa44e commit 4421cbbCopy full SHA for 4421cbb
src/test/kotlin/com/embabel/coding/TestProjectCreator.kt
@@ -76,7 +76,7 @@ class TestProjectCreator {
76
CoderConditions.BUILD_SUCCEEDED
77
]
78
)
79
- @AchievesGoal("Create a new test project")
+ @AchievesGoal(description = "Create a new test project")
80
fun describeShinyNewProject(softwareProject: SoftwareProject): CodeExplanation =
81
CodeExplanation(
82
text = """
0 commit comments