Skip to content

Commit cd11d9c

Browse files
minor
1 parent 3bcf41e commit cd11d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-framework/src/main/kotlin/org/utbot/framework/plugin/api/TestCaseGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ open class TestCaseGenerator(
169169
controller.job = launch(currentUtContext) {
170170
if (!isActive) return@launch
171171
//TODO remove
172-
if (!method.name.contains("testFunc3")) return@launch
172+
//if (!method.name.contains("testFunc3")) return@launch
173173

174174
try {
175175
//yield one to

0 commit comments

Comments
 (0)