Skip to content

Commit 72270e1

Browse files
committed
Warning corrected
1 parent f5ce129 commit 72270e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-intellij/src/main/kotlin/org/utbot/intellij/plugin/ui/actions/GenerateTestsAction.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class GenerateTestsAction : AnAction(), UpdateInBackground {
167167

168168
private fun PsiClass.isInvalid(withWarnings: Boolean): Boolean {
169169
if (this.module?.let { findSdkVersionOrNull(it) } == null) {
170-
if (withWarnings) InvalidClassNotifier.notify("class out of module with defined sdk")
170+
if (withWarnings) InvalidClassNotifier.notify("class out of module or with undefined SDK")
171171
return true
172172
}
173173

0 commit comments

Comments
 (0)