Skip to content

Commit 5f15493

Browse files
committed
Comment explaining test case change
1 parent 72ed81d commit 5f15493

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/src/test/kotlin/org/evomaster/core/output/naming/LlmServiceTestCaseNamingStrategyTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ import kotlin.jvm.java
3232
class LlmServiceTestCaseNamingStrategyTest {
3333

3434
companion object {
35+
// Setting a shorter name length just to force a condition in which the LLM response does not comply
36+
// with the ask since the mock will return a longer name, we force the re-prompt and later the fallback name
3537
const val MAX_NAME_LENGTH = 40
3638
}
3739

0 commit comments

Comments
 (0)