File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/ui Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ class GenerateTestsDialogWindow(val model: GenerateTestsModel) : DialogWrapper(m
430
430
? : return ValidationInfo (" Test source root is not configured" , testSourceFolderField.childComponent)
431
431
432
432
if (! model.project.isBuildWithGradle && ModuleUtil .findModuleForFile(testRoot.toRealFile(), model.project) == null ) {
433
- return ValidationInfo (" Test source root is located out of content entry " , testSourceFolderField.childComponent)
433
+ return ValidationInfo (" Test source root is located out of any module " , testSourceFolderField.childComponent)
434
434
}
435
435
436
436
membersTable.tableHeader?.background = UIUtil .getTableBackground()
You can’t perform that action at this time.
0 commit comments