Skip to content

Commit d8db5f5

Browse files
minor
1 parent 5eb54dc commit d8db5f5

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
@@ -151,7 +151,7 @@ open class TestCaseGenerator(
151151
controller.job = launch(currentUtContext) {
152152
if (!isActive) return@launch
153153
//TODO remove
154-
if (!method.name.contains("testFunc3")) return@launch
154+
//if (!method.name.contains("testFunc3")) return@launch
155155

156156
try {
157157
//yield one to

0 commit comments

Comments
 (0)